aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2024-01-02 00:55:45 +0100
committerJay Berkenbilt <ejb@ql.org>2024-01-02 00:57:32 +0100
commitd8d70ecca264fa5c681dca992a03cfa4c46b3f43 (patch)
treef9960a48f4550f6a9fc2d09cef27fba66852bdd5 /ChangeLog
parent9db5d75b2b40083f339525f7a59b4408cb1b5d2c (diff)
downloadqpdf-d8d70ecca264fa5c681dca992a03cfa4c46b3f43.tar.zst
Support comma-separated numeric values with --collate (fixes #505)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a5bc330a..c5336c11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
2024-01-01 Jay Berkenbilt <ejb@ql.org>
+ * Support comma-separated numeric values with --collate to select
+ different group sizes from different files. Fixes #505.
+
* Support "x" before a group in a numeric range to exclude a group
- from the previous group. Details are in the manual.
+ from the previous group. Details are in the manual. Fixes #564,
+ #790.
2023-12-29 Jay Berkenbilt <ejb@ql.org>