aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-11-20 21:33:13 +0100
committerJay Berkenbilt <ejb@ql.org>2022-11-20 21:33:13 +0100
commitddd889af9d21c4cb6b3cf74ec750a3340217567c (patch)
tree4676ea954b49faa950c179a07f7f8d443be46ea4 /ChangeLog
parent4325e6e4a79da854157c1ef3b95fe2c925f68194 (diff)
downloadqpdf-ddd889af9d21c4cb6b3cf74ec750a3340217567c.tar.zst
Fix release notes and ChangeLog for 11.2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb2293ae..a1f7ef96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2022-11-20 Jay Berkenbilt <ejb@ql.org>
+
+ * Add a few convenience methods to QPDFTokenizer::Token for
+ checking token types. thanks to M. Holger for the contribution.
+
+ * Add stream creation methods to the QPDF class as a better
+ alternative to the ones in the QPDFObjectHandle class. Thanks to
+ M. Holger for the contribution.
+
2022-11-19 Jay Berkenbilt <ejb@ql.org>
* Bug fix: handle special case of an earlier xref stream object's
@@ -18,6 +27,8 @@
* Change minimum required C++ version from C++-14 to C++-17.
+ * Fix another symbol export issue with the MinGW build.
+
2022-10-01 Jay Berkenbilt <ejb@ql.org>
* 11.1.1: release