From 3bdefb4c2df28167fbce6d4bc266f3256454bb98 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 25 Feb 2021 12:32:45 -0500 Subject: Update examples to use copyStream() --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9d9e353f..a8775f57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2021-02-25 Jay Berkenbilt + * Update StreamDataProvider examples to use copyStream() when they + want to get to the original stream data from the provider. Prior + to 10.2.0, we had to copy the stream to another QPDF, but now we + can just use copyStream(). + * Bug fix/behavior change: when QPDF::replaceObject or QPDF::swapObjects is called, existing QPDFObjectHandle instances will now notice the change. This removes a long-standing source of -- cgit v1.2.3-54-g00ecf