aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-24 18:47:24 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-24 19:06:19 +0200
commitd0b7cc8ac6773e3ddab1c34da910072fac441d07 (patch)
tree1c31fdd532e5b279a0b8079dbefb1f6cfd55dc26 /ChangeLog
parent63c5a56f38f51c4e1f0226721eae59a9201fed0e (diff)
downloadqpdf-d0b7cc8ac6773e3ddab1c34da910072fac441d07.tar.zst
QPDFJob json: make removeAttachment take an array (fixes #693)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ab6f4da..5615db2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2022-04-24 Jay Berkenbilt <ejb@ql.org>
+ * Bug fix: "removeAttachment" in the job JSON now takes an array
+ of strings instead of a string. It should have taken an array of
+ strings since the corresponding command-line argument,
+ --remove-attachment, is repeatable. Fixes #693.
+
* Deprecate QPDFObjectHandle::replaceOrRemoveKey -- it does and
always has done the same thing as replaceKey.