aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-06-18 21:06:51 +0200
committerJay Berkenbilt <ejb@ql.org>2018-06-21 21:57:13 +0200
commit2e6e1204a51b4aba4657712a34e9447d928b5fc6 (patch)
tree20d3a41ae488640b6f7b6345b98c33845e6e014c /ChangeLog
parent2e7ee23bf63da6de221737907bcc6fa8526c3fda (diff)
downloadqpdf-2e6e1204a51b4aba4657712a34e9447d928b5fc6.tar.zst
Convert examples to use new page helper classes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5157a1b3..6156a59a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,9 @@
of structural features of PDF while still staying true to qpdf's
philosophy of not isolating the user from the underlying
structure. Please see the chapter in the documentation entitled
- "Design and Library Notes" for additional discussion.
+ "Design and Library Notes" for additional discussion. The examples
+ have also been updated to use QPDFPageDocumentHelper and
+ QPDFPageObjctHelper when performing page-level operations.
2018-06-19 Jay Berkenbilt <ejb@ql.org>