From 641e92c6a7662a01f488947c3791f3b77e85517f Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 5 Jun 2022 13:30:42 -0400 Subject: QPDF, QPDFJob: use QPDFLogger instead of custom output streams --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 27a6f7f5..ca652667 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2022-06-05 Jay Berkenbilt + * 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. -- cgit v1.2.3-54-g00ecf