aboutsummaryrefslogtreecommitdiffstats
path: root/manual/release-notes.rst
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 /manual/release-notes.rst
parent04fc7c4bea9b4efa38a7398b6db56a8fe5273bfb (diff)
downloadqpdf-f049a77c5962a0e41723bc83900656ece821d916.tar.zst
Add additional information when listing attachments
Diffstat (limited to 'manual/release-notes.rst')
-rw-r--r--manual/release-notes.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index 31ddabfd..d106ec11 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -96,6 +96,13 @@ For a detailed list of changes, please see the file
- See :ref:`breaking-crypto-api` for specific details, and see
:ref:`weak-crypto` for a general discussion.
+ - CLI Enhancements
+
+ - ``qpdf --list-attachments --verbose`` include some additional
+ information about attachments. Additional information about
+ attachments is also included in the ``attachments`` json key
+ with ``--json``.
+
- Library Enhancements
- New methods ``insertItemAndGet``, ``appendItemAndGet``,
@@ -120,6 +127,9 @@ For a detailed list of changes, please see the file
- Add new ``Pipeline`` type ``Pl_String`` to append to a
``std::string``.
+ - Add methods to QUtil for converting PDF timestamps and QPDFTime
+ objects to ISO-8601 timestamps.
+
- Enhance JSON class to better support incrementally reading and
writing large amounts of data without having to keep everything
in memory.