aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
parent87412eb05be3148e812310128f361f79922baad8 (diff)
downloadqpdf-bb0ea2f8e7d8fffa575b291004e4426138c7bb1a.tar.zst
Add qpdfjob_register_progress_reporter
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index abf10459..0a51a970 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2022-06-18 Jay Berkenbilt <ejb@ql.org>
+ * Add QPDFJob::registerProgressReporter, making it possible to
+ override the progress reporter that is used when --progress (or
+ the equivalent) is configured with QPDFJob. This is
+ qpdfjob_register_progress_reporter in the C API.
+
* Add examples that show how to capture QPDFJob's output by
configuring the default logger (qpdfjob-save-attachment.cc,
qpdfjob-c-save-attachment.c). Fixes #691.