aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-08-31 21:10:29 +0200
committerJay Berkenbilt <ejb@ql.org>2019-08-31 21:51:20 +0200
commitbabd12c9b2b824416d2e5992d961396090e2bfea (patch)
treedb93106c110c40bceac97914ec8eb3658a50dbf9 /ChangeLog
parent41b5c46497997d45ba2e7521b66a262ea7a1afd4 (diff)
downloadqpdf-babd12c9b2b824416d2e5992d961396090e2bfea.tar.zst
Add methods QPDF::anyWarnings and QPDF::closeInputSource
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0efdebec..e07bca21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2019-08-31 Jay Berkenbilt <ejb@ql.org>
+ * Add QPDF::anyWarnings() method to find out whether there have
+ been any warnings without resetting the list.
+
+ * Add QPDF::closeInputSource() method to release the input source
+ so the input file can be deleted or renamed.
+
* Add methods rename_file and remove_file to QUtil.
2019-08-24 Jay Berkenbilt <ejb@ql.org>