summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/csvsimple/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/csvsimple/CHANGES.md')
-rw-r--r--macros/latex/contrib/csvsimple/CHANGES.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/macros/latex/contrib/csvsimple/CHANGES.md b/macros/latex/contrib/csvsimple/CHANGES.md
index 18e055de83..768f8f65cb 100644
--- a/macros/latex/contrib/csvsimple/CHANGES.md
+++ b/macros/latex/contrib/csvsimple/CHANGES.md
@@ -16,6 +16,38 @@ and this project adheres to
### Security
+
+## [2.6.0] - 2024-01-19
+
+### Added
+- `consume collected data`
+- `\csvcollecte` (replacement for `\csvcollectx`)
+- New CamelCase macro names for several existing string and number test macros
+ to adapt expl3 naming conventions (issue #34):
+ - `\IfCsvsimStrEqualTF`
+ - `\IfCsvsimTlEqualTF`
+ - `\IfCsvsimTlProtectedEqualTF`
+ - `\IfCsvsimFpCompareTF`
+ - `\IfCsvsimIntCompareTF`
+
+### Changed
+- Default settings for `\csvautotabularray` and friends slightly changed
+ (line width and added uppercase setting)
+- In documentation for `collect data`, `after first line` is
+ added to the list of collected keys (issue/pull request #31)
+- Expl3 scratch variables like `\l_tmpa_tl` replaced by package variables like `\l__csvsim_tmpa_tl`
+- Implementation of `\csvexpval` changed from `\exp_not:V` to `\exp_not:o`
+- Implementation of `data collection` changed to piecewise token list constructions
+- Implementation of `generic collected table` does not alter `after reading` anymore
+- Implementation of `\ifcsvstrcmp` and `\ifcsvstrequal` changed
+- Documentation of Section "String and Number Tests" updated (issue #33)
+- Leading `/` removed from all l3keys inside the documentation
+- `l3keys2e` removed from `csvsimple.sty` and code adapted
+- Needed LaTeX version updated to 2023-11-01
+- Several minor changes
+
+
+
## [2.5.0] - 2023-10-16
### Added