Commit 59a64115a6468ec64bf3ba41c772e50fa9e5ee95

Authored by Jay Berkenbilt
1 parent f6293bd9

ChangeLog/doc for previous commit

Showing 2 changed files with 5 additions and 0 deletions
ChangeLog
1 1 2021-12-17 Jay Berkenbilt <ejb@ql.org>
2 2  
  3 + * C API: expose getTypeCode and getTypeName from QPDFObjectHandle.
  4 + Fixes #597.
  5 +
3 6 * C API: add functions for working with stream data. Search for
4 7 "STREAM FUNCTIONS" in qpdf-c.h. Fixes #596.
5 8  
... ...
manual/index.rst
... ... @@ -3662,6 +3662,8 @@ For a detailed list of changes, please see the file
3662 3662 - Add several functions for working with streams. See ``STREAM
3663 3663 FUNCTIONS`` in ``include/qpdf/qpdf-c.h`` for details.
3664 3664  
  3665 + - Add ``qpdf_oh_get_type_code`` and ``qpdf_oh_get_type_name``.
  3666 +
3665 3667 - Documentation change
3666 3668  
3667 3669 - The documentation sources have been switched from docbook to
... ...