aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-06 17:26:27 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-06 17:27:02 +0100
commit6a2456f732ed31e3eaba48ea80979cc104b2655e (patch)
tree96b038b3443d2ee0430a77a55397bf060ce938fb /manual
parent5901fcad4c33b6058569e93ec9eeaa12cc880469 (diff)
downloadqpdf-6a2456f732ed31e3eaba48ea80979cc104b2655e.tar.zst
Comment, ChangeLog, release note for new contribution
Diffstat (limited to 'manual')
-rw-r--r--manual/release-notes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index 44974c1d..19e172e8 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -129,6 +129,13 @@ For a detailed list of changes, please see the file
``qpdf_oh_is_name_and_equals``. Thanks to M. Holger for the
contribution.
+ - New convenience method in ``QPDFObjectHandle``: ``getKeyIfDict``
+ returns null when called on null and otherwise calls ``getKey``.
+ This makes it easier to access optional, lower-level
+ dictionaries. It is exposed in the C API
+ ``qpdf_oh_get_key_if_dict``. Thanks to M. Holger for the
+ contribution.
+
- New functions added to ``QUtil``: ``make_shared_cstr`` and
``make_unique_cstr`` copy ``std::string`` to
``std::shared_ptr<char>`` and ``std::unique_ptr<char[]>``. These