aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-30 19:39:45 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-30 19:39:45 +0200
commitdc059560e73e0b373a6e54e71b07e3af4b692cb4 (patch)
tree8d934efc169494a3e3e0778f596694b1cd7464e4 /ChangeLog
parent0122f4486594c17e12e7d6945953d9fe40db6a9f (diff)
downloadqpdf-dc059560e73e0b373a6e54e71b07e3af4b692cb4.tar.zst
Remove QPDFObjectHandle::replaceOrRemoveKey
See ChangeLog for rationale for not deprecating it as originally planned.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f06936f..efbceb9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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,