aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-06-19 03:04:44 +0200
committerJay Berkenbilt <ejb@ql.org>2022-06-19 14:46:58 +0200
commitbb0ea2f8e7d8fffa575b291004e4426138c7bb1a (patch)
tree2000ab2d200aaa174432b53d93d59078156b61ac /manual
parent87412eb05be3148e812310128f361f79922baad8 (diff)
downloadqpdf-bb0ea2f8e7d8fffa575b291004e4426138c7bb1a.tar.zst
Add qpdfjob_register_progress_reporter
Diffstat (limited to 'manual')
-rw-r--r--manual/release-notes.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index 9a911eea..f50e8e3d 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -186,8 +186,8 @@ 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.
+ - 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
@@ -200,6 +200,12 @@ For a detailed list of changes, please see the file
interface offers more flexibility than the old interface, which
remains available.
+ - Add ``QPDFJob::registerProgressReporter`` and
+ ``qpdfjob_register_progress_reporter`` to allow a custom
+ progress reporter to be used with ``QPDFJob``. The ``QPDFJob``
+ object must be configured to report progress (via command-line
+ argument or otherwise) for this to be used.
+
- Other changes
- In JSON v1 mode, the ``"objects"`` key now reflects the repaired