aboutsummaryrefslogtreecommitdiffstats
path: root/manual/release-notes.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-06-18 15:40:41 +0200
committerJay Berkenbilt <ejb@ql.org>2022-06-18 15:54:40 +0200
commit83be2191b4f3eb8906160d61f61cae48532ee651 (patch)
treeedc4298b13dba0bdd501954489549725218c2373 /manual/release-notes.rst
parent641e92c6a7662a01f488947c3791f3b77e85517f (diff)
downloadqpdf-83be2191b4f3eb8906160d61f61cae48532ee651.tar.zst
Use "save" logger when saving data to standard output
This includes the output PDF, streams from --show-object and attachments from --save-attachment. This also enables --verbose and --progress to work with saving to stdout.
Diffstat (limited to 'manual/release-notes.rst')
-rw-r--r--manual/release-notes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index 54ae799f..0e48c0f6 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -133,6 +133,10 @@ For a detailed list of changes, please see the file
user password is not recoverable from the owner password when
256-bit keys are in use.
+ - ``--verbose`` and ``--progress`` may be now used when writing
+ the output PDF to standard output. In that case, the verbose and
+ progress messages are written to standard error.
+
- Library Enhancements
- New methods ``insertItemAndGet``, ``appendItemAndGet``,