aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-05 14:29:26 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-05 16:22:33 +0200
commit909daf9543a6e364a50568485278fdfd6c6abb7d (patch)
treef2d1ae1ffba5d243d77164583c353cd73ac6be11 /ChangeLog
parent24f28f0768b655b130626091ac23cf67d9e39630 (diff)
downloadqpdf-909daf9543a6e364a50568485278fdfd6c6abb7d.tar.zst
Move page spec processing earlier
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc6e3cf6..52209824 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-08-05 Jay Berkenbilt <ejb@ql.org>
+
+ * Process --pages options earlier so that certain inspection
+ options, like --show-pages, can show the state after the merging
+ operations.
+
2017-08-02 Jay Berkenbilt <ejb@ql.org>
* Fix off-by-one error in parsing pages options. Fixes #129.