aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d93a4c65..27a457ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2021-01-02 Jay Berkenbilt <ejb@ql.org>
+ * Make QPDFPageObjectHelper methods pipeContents, parseContents,
+ and addContentTokenFilter work with form XObjects.
+
+ * Rename some QPDFPageObjectHelper methods and make them support
+ form XObjects as well as pages. The old names will be preserved
+ from compatibility.
+ - pipePageContents -> pipeContents
+ - parsePageContents -> parseContents
+
+ * Add QPDFObjectHandle::parseAsContents to apply ParserCallbacks
+ to a form XObject.
+
* QPDFPageObjectHelper::externalizeInlineImages can be called with
form XObjects as well as pages.