aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-10 21:35:01 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-10 21:46:18 +0100
commitaccb891b4f785b94ad9d2a6d415d9987a13747c9 (patch)
tree055932cdab7c631112bc246a76c63ebcfb0c51f7 /ChangeLog
parent832d792e4e88b85f4926e1241870de4d6ec2d772 (diff)
downloadqpdf-accb891b4f785b94ad9d2a6d415d9987a13747c9.tar.zst
Add attachment information to the json output
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be8d2564..f587b967 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2021-02-10 Jay Berkenbilt <ejb@ql.org>
+ * Add "attachments" as an additional json key, and add some
+ information about attachments to the json output.
+
* Add new command-line arguments for operating on attachments:
--list-attachments, --add-attachment, --remove-attachment,
--copy-attachments-from. See --help and manual for details.