aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27a6f7f5..ca652667 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2022-06-05 Jay Berkenbilt <ejb@ql.org>
+ * QPDFJob: API breaking change: QPDFJob::doIfVerbose passes a
+ Pipeline& rather than a std::ostream& to the the callback
+ function.
+
* Add integer types to pipeline's operator<<: short, int, long,
long long, unsigned short, unsigned int, unsigned long, unsigned
long long.