aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-30 15:23:48 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-31 02:03:08 +0200
commitf049a77c5962a0e41723bc83900656ece821d916 (patch)
tree56f812a43074bfe2dfee658bbef014c094d2af1e /ChangeLog
parent04fc7c4bea9b4efa38a7398b6db56a8fe5273bfb (diff)
downloadqpdf-f049a77c5962a0e41723bc83900656ece821d916.tar.zst
Add additional information when listing attachments
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea445e64..0d60467d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2022-05-30 Jay Berkenbilt <ejb@ql.org>
+ * Include additional information in --list-attachments --verbose
+ and in --json --json-key=attachments.
+
* Add QUtil::qpdf_time_to_iso8601 and QUtil::pdf_time_to_iso8601
for converting PDF/qpdf timestamps to ISO-8601 date format.