From d0b7cc8ac6773e3ddab1c34da910072fac441d07 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 24 Apr 2022 12:47:24 -0400 Subject: QPDFJob json: make removeAttachment take an array (fixes #693) --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8ab6f4da..5615db2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2022-04-24 Jay Berkenbilt + * 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. -- cgit v1.2.3-54-g00ecf