summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-01-17 00:35:04 +0100
committerJay Berkenbilt <ejb@ql.org>2021-01-17 00:41:53 +0100
commit6226b69dbaf4e31942f6b2c9bdacf7ac92432764 (patch)
tree5f150d16b1369e823e590db6bbd01aa0f9cce8ab /ChangeLog
parentfc88837d4b04c8b766c973206303c3d3af334b92 (diff)
downloadqpdf-6226b69dbaf4e31942f6b2c9bdacf7ac92432764.tar.zst
Add warn() to QPDF's public API
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bf84f2c..9ee2c08c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-01-16 Jay Berkenbilt <ejb@ql.org>
+
+ * Add warn() to QPDF's public API.
+
2021-01-11 Jay Berkenbilt <ejb@ql.org>
* Fix very old error in code that was finding attachment streams.