summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-05 16:01:34 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-05 16:22:33 +0200
commit49825e5cb67e589060de435f59203fa2f29b0476 (patch)
tree9392de891e2ecca4d2b495c6c937d51b17deade9 /ChangeLog
parent8fe261d8b4c26c0cb9f863ec3850c4b82755a42f (diff)
downloadqpdf-49825e5cb67e589060de435f59203fa2f29b0476.tar.zst
Add --split-pages option (fixes #30)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52209824..f790baa1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2017-08-05 Jay Berkenbilt <ejb@ql.org>
+ * Add --single-pages option to cause output to be written to a
+ separate file for each page rather than one big file.
+
* Process --pages options earlier so that certain inspection
options, like --show-pages, can show the state after the merging
operations.