aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26cbd5fe..cdf8f266 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2018-06-21 Jay Berkenbilt <ejb@ql.org>
+ * The --rotate option to qpdf no longer requires an explicit page
+ range. You can now rotate all pages of a document with
+ qpdf --rotate=angle in.pdf out.pdf. Fixes #211.
+
* Create examples/pdf-set-form-values.cc to illustrate use of
interactive form helpers.