aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-17 20:28:20 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-17 20:28:20 +0100
commit59a64115a6468ec64bf3ba41c772e50fa9e5ee95 (patch)
tree20725e65f191982c960594133eeb30c54a4e0ce9
parentf6293bd94c0723cfa80b65572a2cd7cc6f976d04 (diff)
downloadqpdf-59a64115a6468ec64bf3ba41c772e50fa9e5ee95.tar.zst
ChangeLog/doc for previous commit
-rw-r--r--ChangeLog3
-rw-r--r--manual/index.rst2
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d49a0e40..2dc49e65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
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