aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-25 18:32:45 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-25 19:21:23 +0100
commit3bdefb4c2df28167fbce6d4bc266f3256454bb98 (patch)
tree13d1ed0b3918a87f0277b5a2bf87312a6d42f151 /ChangeLog
parent0f0f60109b77b59d281921c583d1277dd657b967 (diff)
downloadqpdf-3bdefb4c2df28167fbce6d4bc266f3256454bb98.tar.zst
Update examples to use copyStream()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d9e353f..a8775f57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2021-02-25 Jay Berkenbilt <ejb@ql.org>
+ * 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