aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-30 20:14:41 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-30 20:15:07 +0200
commitc365a26e9df84b196eb015a0c82557fd12484da1 (patch)
treeb6b477c6cd20c1bbf592c28d7eb22c8304c94c46 /ChangeLog
parentdc059560e73e0b373a6e54e71b07e3af4b692cb4 (diff)
downloadqpdf-c365a26e9df84b196eb015a0c82557fd12484da1.tar.zst
Revert "Remove QPDFObjectHandle::replaceOrRemoveKey"
This reverts commit dc059560e73e0b373a6e54e71b07e3af4b692cb4. I changed my mind. There's no harm in leaving it deprecated for a release cycle.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 0 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index efbceb9a..2f06936f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,3 @@
-2022-04-30 Jay Berkenbilt <ejb@ql.org>
-
- * Remove QPDFObjectHandle::replaceOrRemoveKey. Call replaceKey
- instead. Its functionality is identical. Note: usually I would
- deprecate this for a release cycle, but the release of qpdf 11
- will require virtually all users to touch their source code, so it
- actually seems better to just break this now than to put it off,
- particularly since the fix so trivial.
-
2022-04-29 Jay Berkenbilt <ejb@ql.org>
* QPDFObjectHandle: for the methods insertItem, appendItem,