aboutsummaryrefslogtreecommitdiffstats
path: root/manual/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manual/index.rst')
-rw-r--r--manual/index.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/manual/index.rst b/manual/index.rst
index 155d64b0..a77fae29 100644
--- a/manual/index.rst
+++ b/manual/index.rst
@@ -3622,10 +3622,14 @@ For a detailed list of changes, please see the file
object is not of the expected type. These warnings now have an
error code of ``qpdf_e_object`` instead of
``qpdf_e_damaged_pdf``. Also, comments have been added to
- :file:`QPDFObjectHandle.hh` to explain in
- more detail what the behavior is. See :ref:`ref.object-accessors` for a more in-depth
+ :file:`QPDFObjectHandle.hh` to explain in more detail what the
+ behavior is. See :ref:`ref.object-accessors` for a more in-depth
discussion.
+ - Add ``Pl_Buffer::getMallocBuffer()`` to initialize a buffer
+ allocated with ``malloc()`` for better cross-language
+ interoperability.
+
- C API Enhancements
- Overhaul error handling for the object handle functions