aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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,