aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-01-31 03:39:38 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-19 03:05:46 +0100
commit6afe83978fe1d310e8a41774c33052d880f2f524 (patch)
tree3ec8d842ef03317ca99511341098263db5c2a367 /ChangeLog
parentfcd611b61eb6cc352b4e072fc791681ad927aee2 (diff)
downloadqpdf-6afe83978fe1d310e8a41774c33052d880f2f524.tar.zst
Switch from parseContentStream to parsePageContents
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b29e6548..fd323e44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -57,6 +57,11 @@
problems are encountered as the error messages can include
information about which page the streams come from.
+ * Update content stream parsing example
+ (examples/pdf-parse-content.cc) to use new
+ QPDFObjectHandle::parsePageContents() method in favor of the older
+ QPDFObjectHandle::parseContentStream() method.
+
2018-02-04 Jay Berkenbilt <ejb@ql.org>
* Add QPDFWriter::setLinearizationPass1Filename method and