aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-01-04 21:12:31 +0100
committerJay Berkenbilt <ejb@ql.org>2019-01-04 21:13:02 +0100
commit7b6ab900dced033465172976abeb3497454a1a7a (patch)
tree11428eb48d934c493b652b0f62d3942566fb27c2 /ChangeLog
parent16fd6e64f947e17144e05325e51d792df33eaa61 (diff)
downloadqpdf-7b6ab900dced033465172976abeb3497454a1a7a.tar.zst
Support page collation with --collate (fixes #259)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d889d78..bbeb8edb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2019-01-04 Jay Berkenbilt <ejb@ql.org>
+ * Add new option --collate. When specified, the semantics of
+ --pages change from concatenation to collation. See the manual for
+ a more detailed discussion. Fixes #259.
+
* Add new method QPDFWriter::getFinalVersion, which returns the
PDF version that will ultimately be written to the final file. See
comments in QPDFWriter.hh for some restrictions on its use. Fixes