aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-12-22 15:31:26 +0100
committerJay Berkenbilt <ejb@ql.org>2020-12-26 14:48:18 +0100
commitcc8895078a1d64928e8ee335f1e8c7d6928de1b3 (patch)
treeb8f2ce902ae3a183f5e0a98951d6f7126cc13bc1 /ChangeLog
parent573b6eb8b1801b40a4b6eb32cfd159f532876510 (diff)
downloadqpdf-cc8895078a1d64928e8ee335f1e8c7d6928de1b3.tar.zst
Add QPDFObjectHandle::makeDirect(bool allow_streams)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3639e889..1af2520e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2020-12-22 Jay Berkenbilt <ejb@ql.org>
+
+ * Add QPDFObjectHandle::makeDirect(bool allow_streams) -- if
+ allow_streams is true, preserve indirect references to streams
+ rather than throwing an exception. This allows the object to be
+ made as direct as possible while preserving stream references.
+
2020-12-20 Jay Berkenbilt <ejb@ql.org>
* Add qpdf_register_progress_reporter method to C API,