summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-06-21 13:59:56 +0200
committerJay Berkenbilt <ejb@ql.org>2012-06-21 14:00:35 +0200
commitbc1c4bb57864c4dbe9b7e42a77e0653c0d473071 (patch)
tree1c4549bdeb5cbbe70aef0ad87ba3389565219d56 /ChangeLog
parented6a56a3cdb7fcaa41d87bf90bc0b8c7ef0d761c (diff)
downloadqpdf-bc1c4bb57864c4dbe9b7e42a77e0653c0d473071.tar.zst
Add QPDF::processFile that takes an open FILE*
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ca2d81b..ca9b94fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-21 Jay Berkenbilt <ejb@ql.org>
+
+ * libqpdf/QPDF.cc: new processFile method that takes an open FILE*
+ instead of a filename.
+
2012-06-20 Jay Berkenbilt <ejb@ql.org>
* Add new array mutation routines to QPDFObjectHandle.