aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9f44077..7b1db1f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2021-02-14 Jay Berkenbilt <ejb@ql.org>
+
+ * Add new versions of QPDFObjectHandle::replaceStreamData that
+ take std::function objects for cases when you need something
+ between a static string and a full-fledged StreamDataProvider.
+ Using this with QUtil::file_provider is a very easy way to create
+ a stream from the contents of a file.
+
2021-02-12 Jay Berkenbilt <ejb@ql.org>
* Move formerly internal QPDFMatrix class to the public API. This