aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-06-22 21:22:29 +0200
committerJay Berkenbilt <ejb@ql.org>2018-06-22 22:14:54 +0200
commita433ed24f978d6e0ae1b87e997dcb511b001b12e (patch)
tree589cedfb96e86f0ca1240daaccc791fce42c55bb /ChangeLog
parent2a82f6e1e05b5791c264efd8f70a20aeadca7501 (diff)
downloadqpdf-a433ed24f978d6e0ae1b87e997dcb511b001b12e.tar.zst
Add progress reporting for QPDFWriter (fixes #200)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd19b0a2..018b9f59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2018-06-22 Jay Berkenbilt <ejb@ql.org>
+ * Add progress reporting to QPDFWriter. Programmatically, you can
+ register a progress reporter with registerProgressReporter(). From
+ the command line, passing --progress will give progress indicators
+ in increments of no less than 1% as output files are written.
+ Fixes #200.
+
* Add new method QPDF::getObjectCount(). This gives an approximate
(upper bound) account of objects in the QPDF object.