aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-05 14:26:32 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-05 17:24:56 +0100
commit8cf7f2bfb542b1583aa525611179d1a545f945d5 (patch)
tree2885cfc2c857c7c4578e648553246865fa4c5653 /ChangeLog
parent5f3f78822b5d43e9b02082da5268d186ba7101c0 (diff)
downloadqpdf-8cf7f2bfb542b1583aa525611179d1a545f945d5.tar.zst
API contract: qpdf_get_qpdf_version() returns a static
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db2faa7f..3bc733e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2022-02-05 Jay Berkenbilt <ejb@ql.org>
+ * 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<char[]>
as an alternative to QUtil::copy_string and
QUtil::make_shared_cstr.