diff --git a/ChangeLog b/ChangeLog index d49a0e40..2dc49e65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2021-12-17 Jay Berkenbilt + * C API: expose getTypeCode and getTypeName from QPDFObjectHandle. + Fixes #597. + * C API: add functions for working with stream data. Search for "STREAM FUNCTIONS" in qpdf-c.h. Fixes #596. diff --git a/manual/index.rst b/manual/index.rst index 49bfe751..ba2fe1dc 100644 --- a/manual/index.rst +++ b/manual/index.rst @@ -3662,6 +3662,8 @@ For a detailed list of changes, please see the file - Add several functions for working with streams. See ``STREAM FUNCTIONS`` in ``include/qpdf/qpdf-c.h`` for details. + - Add ``qpdf_oh_get_type_code`` and ``qpdf_oh_get_type_name``. + - Documentation change - The documentation sources have been switched from docbook to