aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 696a3567..19be25a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2023-12-16 Jay Berkenbilt <ejb@ql.org>
+
+ * Add new C++ functions "qpdf_c_get_qpdf" and "qpdf_c_wrap" to
+ qpdf-c.h that make it possible to write your own extern "C"
+ functions in C++ that interoperate with the C API. See
+ examples/extend-c-api for more information.
+
+2023-12-10 Jay Berkenbilt <ejb@ql.org>
+
+ * 11.6.4: release
+
+2023-12-09 Jay Berkenbilt <ejb@ql.org>
+
+ * Install fix: include cmake files with the dev component.
+
+2023-11-20 Jay Berkenbilt <ejb@ql.org>
+
+ * Build AppImage with an older Linux distribution to support AWS
+ Lambda. Fixes #1086.
+
2023-10-15 Jay Berkenbilt <ejb@ql.org>
* 11.6.3: release