aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-06 18:30:18 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-07 18:53:28 +0100
commitcfaae47dc6704a54e3e84decbfbe8840c33f2fc4 (patch)
tree3f6fe735bbd2e5700c1b60193c9ce6d37abe204d /ChangeLog
parent3e98fe46a24d8231ed5f962f5b874032e4994f08 (diff)
downloadqpdf-cfaae47dc6704a54e3e84decbfbe8840c33f2fc4.tar.zst
Add getBufferSharedPointer() to Pl_Buffer and QPDFWriter
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c129e04..705cc99a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2022-02-06 Jay Berkenbilt <ejb@ql.org>
+ * Pl_Buffer and QPDFWriter: add getBufferSharedPointer(), which
+ turns a PointerHolder<Buffer> but will return a
+ std::shared_ptr<Buffer> in qpdf 11.
+
* From m-holger: add getKeyIfDict(), which calls getKey for
dictionaries and returns null if called on null. This is for
easier access to optional, lower-level dictionaries.