aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-05-20 21:31:33 +0200
committerJay Berkenbilt <ejb@ql.org>2023-05-20 21:31:33 +0200
commit3cfd6546f36896d27a3756c253af5dcb2e0f6485 (patch)
treeeed05cdfe33d6c4be00766b0d324ee57588b889a /ChangeLog
parent1c14a9e6c49e43aa95f564a89c4456f14c450546 (diff)
downloadqpdf-3cfd6546f36896d27a3756c253af5dcb2e0f6485.tar.zst
Add ChangeLog and release notes for last change
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a0f73a2..ea4a9c5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-05-20 Jay Berkenbilt <ejb@ql.org>
+
+ * From M. Holger: add QPDF::newReserved as a better alternative to
+ QPDFObjectHandle::newReserved. The operation of creating a new
+ reserved object fits better in the QPDF API. The old call just
+ delegates to the new one.
+
2023-04-02 Jay Berkenbilt <ejb@ql.org>
* Allow QPDFJob's workflow to be split into a reading phase and a
writing phase to allow the caller to operate on the QPDF object