From 7b6ab900dced033465172976abeb3497454a1a7a Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 4 Jan 2019 15:12:31 -0500 Subject: Support page collation with --collate (fixes #259) --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3d889d78..bbeb8edb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2019-01-04 Jay Berkenbilt + * 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 -- cgit v1.2.3-54-g00ecf