aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-12-31 20:06:18 +0100
committerJay Berkenbilt <ejb@ql.org>2021-01-02 17:33:36 +0100
commitafb48d23a984ab1fe27a57ecbb3d56ac2e3a2099 (patch)
tree10934a2b6869891a224d0cd23e6f324035070eec /ChangeLog
parent6154221edbb0e17e77da7defeeac5fe53121ef57 (diff)
downloadqpdf-afb48d23a984ab1fe27a57ecbb3d56ac2e3a2099.tar.zst
QPDFPageObjectHelper::removeUnreferencedResources works with form XObjects
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ead5a542..32291715 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2020-12-31 Jay Berkenbilt <ejb@ql.org>
+ * QPDFPageObjectHelper::removeUnreferencedResources can now be
+ called with a QPDFPageObjectHelper created from a form XObject.
+ The method already recursed into form XObjects.
+
* Rename some QPDFPageObjectHelper methods and make them support
form XObjects as well as pages. The old names will be preserved
from compatibility.