aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-15 17:32:56 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-15 17:33:03 +0100
commita773f4c71d411754317c16140debec55fad88e16 (patch)
treede3641b4e5ef5738bbedc4e58d87d0f10cbe28f0 /ChangeLog
parent7eb903d9aa797a207f5b1b115dce2296d348000b (diff)
downloadqpdf-a773f4c71d411754317c16140debec55fad88e16.tar.zst
Add QPDFObjectHandle::parse for strings with context
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b1db1f2..2009162c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-02-15 Jay Berkenbilt <ejb@ql.org>
+
+ * Add a version of QPDFObjectHandle::parse that takes a QPDF* as
+ context so that it can parse strings containing indirect object
+ references.
+
2021-02-14 Jay Berkenbilt <ejb@ql.org>
* Add new versions of QPDFObjectHandle::replaceStreamData that