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