From d7a364b882be44c93dc4a843bcca2ae63e805c2c Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 16 Dec 2023 09:46:44 -0500 Subject: Allow regular C++ functions to interoperate with the C API --- manual/release-notes.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'manual') 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: -- cgit v1.2.3-54-g00ecf