summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-07-22 02:24:02 +0200
committerJay Berkenbilt <ejb@ql.org>2012-07-22 02:33:33 +0200
commit5a02471bb15299dec00c73f6a08a2b4e73061775 (patch)
treede2f66811b0fe59e245ad5313fba8247cc2dca88 /ChangeLog
parenta50cfefd29ecdb17f411dc30209a9199d558e90c (diff)
downloadqpdf-5a02471bb15299dec00c73f6a08a2b4e73061775.tar.zst
Command-line page merging and splitting
Implement --pages ... -- option for qpdf. Update TODO with remaining things to document.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bb4564a..24265a54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2012-07-21 Jay Berkenbilt <ejb@ql.org>
+ * Add --pages command-line option to qpdf to enable page-based
+ merging and splitting.
+
* Add new method QPDFObjectHandle::replaceDict to replace a
stream's dictionary. Use with caution; see comments in
QPDFObjectHandle.hh.