From f049a77c5962a0e41723bc83900656ece821d916 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 30 May 2022 09:23:48 -0400 Subject: Add additional information when listing attachments --- manual/release-notes.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'manual/release-notes.rst') 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. -- cgit v1.2.3-54-g00ecf