aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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>