summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/csvsimple/CHANGES.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-10-17 03:01:53 +0000
committerNorbert Preining <norbert@preining.info>2023-10-17 03:01:53 +0000
commit3e9c5c6e1c118283b7775fd707379f8c9fdd3fd5 (patch)
tree40f420b2cc25378ebd0cd509854828b1b7aa337f /macros/latex/contrib/csvsimple/CHANGES.md
parentc4125da665ac93db063e3c177f4fc5d172f5866f (diff)
CTAN sync 202310170301
Diffstat (limited to 'macros/latex/contrib/csvsimple/CHANGES.md')
-rw-r--r--macros/latex/contrib/csvsimple/CHANGES.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/macros/latex/contrib/csvsimple/CHANGES.md b/macros/latex/contrib/csvsimple/CHANGES.md
index 769baa5b68..18e055de83 100644
--- a/macros/latex/contrib/csvsimple/CHANGES.md
+++ b/macros/latex/contrib/csvsimple/CHANGES.md
@@ -16,6 +16,29 @@ and this project adheres to
### Security
+## [2.5.0] - 2023-10-16
+
+### Added
+- New survey tables (issue #29):
+ - `\csvautotabularray`
+ - `\csvautotabularray*`
+ - `\csvautolongtabularray`
+ - `\csvautolongtabularray*`
+- New corresponding options (issue #29)
+ - `autotabularray`
+ - `autotabularray*`
+ - `autolongtabularray`
+ - `autolongtabularray*`
+
+### Changed
+- Documentation typos fixed (issue #30)
+- Survey tables moved into a separate section
+
+### Fixed
+- `collect data` does not collect `after first line` (issue #28)
+
+
+
## [2.4.0] - 2023-05-09
### Added