aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-12 19:22:46 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-13 04:57:38 +0200
commitcfa2eb97fb9b38d62fd2cd8d54ab59bac503967f (patch)
treee29e4276b80b9fda4049017cdbe8e8bc01b8aa05 /ChangeLog
parentd926d7805963901d2c7cd10198f2cb125e363210 (diff)
downloadqpdf-cfa2eb97fb9b38d62fd2cd8d54ab59bac503967f.tar.zst
Add page rotation (fixes #132)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b7eb32a..93a380dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2017-08-12 Jay Berkenbilt <ejb@ql.org>
+ * Add QPDFObjectHandle::rotatePage to apply rotation to a page
+ object. Add --rotate option to qpdf to specify page rotation from
+ the command line.
+
* Provide --verbose option that causes qpdf to print an indication
of what files it is writing.