From 8cf7f2bfb542b1583aa525611179d1a545f945d5 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 5 Feb 2022 08:26:32 -0500 Subject: API contract: qpdf_get_qpdf_version() returns a static --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index db2faa7f..3bc733e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2022-02-05 Jay Berkenbilt + * Add comments letting people know that the version string + returned by QPDF::QPDFVersion and qpdf_get_qpdf_version is static. + * Add QUtil::make_unique_cstr to return a std::unique_ptr as an alternative to QUtil::copy_string and QUtil::make_shared_cstr. -- cgit v1.2.3-54-g00ecf