ChangeLog/doc for previous commit

This commit is contained in:
Jay Berkenbilt 2021-12-17 14:28:20 -05:00
parent f6293bd94c
commit 59a64115a6
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2021-12-17 Jay Berkenbilt <ejb@ql.org>
* 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.

View File

@ -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