aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-01-11 04:11:38 +0100
committerJay Berkenbilt <ejb@ql.org>2019-01-11 04:35:08 +0100
commitd24a120c7ffb4cbfd2dcebe63577d8704442f7bd (patch)
tree72c19aab1124a8a79b76a97eae0780d029bc9497 /ChangeLog
parent6b15579ace057c24040184357a4419261e095600 (diff)
downloadqpdf-d24a120c7ffb4cbfd2dcebe63577d8704442f7bd.tar.zst
Add QPDF::setImmediateCopyFrom
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e921d5c..2f1e7f95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2019-01-10 Jay Berkenbilt <ejb@ql.org>
+
+ * Add new method QPDF::setImmediateCopyFrom. When called on a
+ source QPDF object, streams can be copied FROM that object to
+ other ones without having to keep the source QPDF or its input
+ source around. The cost is copying the streams into RAM. See
+ comments in QPDF.hh for setImmediateCopyFrom for a detailed
+ explanation.
+
2019-01-07 Jay Berkenbilt <ejb@ql.org>
* 8.3.0: release