aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-12-16 15:46:44 +0100
committerJay Berkenbilt <ejb@ql.org>2023-12-16 16:06:34 +0100
commitd7a364b882be44c93dc4a843bcca2ae63e805c2c (patch)
tree5ead7b212c27368b8411ae0db0d072bec5747e7a /manual
parent924ebf9f6abb1b682bfde18f537c6f336fc72c82 (diff)
downloadqpdf-d7a364b882be44c93dc4a843bcca2ae63e805c2c.tar.zst
Allow regular C++ functions to interoperate with the C API
Diffstat (limited to 'manual')
-rw-r--r--manual/release-notes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index 0ac5c005..7388f17d 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -38,6 +38,13 @@ Planned changes for future 12.x (subject to change):
.. x.y.z: not yet released
+11.7.0: not yet released
+ - Library Enhancements:
+
+ - Add C++ functions ``qpdf_c_wrap`` and ``qpdf_c_get_qpdf`` to the
+ C API to enable custom C++ code to interoperate more easily with
+ the the C API. See ``examples/extend-c-api``.
+
11.6.4: December 10, 2023
- Bug fixes: