aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-03-04 12:59:12 +0100
committerJay Berkenbilt <ejb@ql.org>2018-03-04 13:05:14 +0100
commit666f7943931bed6318e9ffeeeb696bad4d813222 (patch)
tree762b475a2b60d58f5aac732f1bd627e02a5a34a6 /ChangeLog
parente577dfc87e3c3dcba1ea501db91659e4c96e313b (diff)
downloadqpdf-666f7943931bed6318e9ffeeeb696bad4d813222.tar.zst
Support "r" in page ranges (fixes #155)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bb24590..dc6fd816 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-03-04 Jay Berkenbilt <ejb@ql.org>
+
+ * On the command line when specifying page ranges, support
+ preceding a page number by "r" to indicate that it should be
+ counted from the end. For example, the range r3-r1 would indicate
+ the last three pages of a document.
+
2018-03-03 Jay Berkenbilt <ejb@ql.org>
* Ignore zlib data check errors while uncompressing streams. This