aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-02 14:04:59 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-09 16:33:31 +0100
commite3cc171d0210cc3230754d50285233ccb8759081 (patch)
tree4e771ed6045d69e0826c5fa4ca5c87f6a63f4286 /ChangeLog
parentbef2c2222a0b9429276b34d8f5024f31b8e86495 (diff)
downloadqpdf-e3cc171d0210cc3230754d50285233ccb8759081.tar.zst
C API: qpdf_oh_is_initialized
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 201b5465..0024dbe7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2021-12-02 Jay Berkenbilt <ejb@ql.org>
+ * C API: Add qpdf_oh_is_initialized.
+
* C API: Add qpdf_get_last_string_length to return the length of
the last string returned. This is necessary in order to fully
retrieve values of strings that may contain embedded null characters.