aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-05 14:50:39 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-05 17:29:25 +0100
commitb48a0ff0e8e1861884b2dac62d98d39f8e194086 (patch)
tree54d6130cbfa0bebf23d5ff77ac67954d20fa5bbc /ChangeLog
parent8cf7f2bfb542b1583aa525611179d1a545f945d5 (diff)
downloadqpdf-b48a0ff0e8e1861884b2dac62d98d39f8e194086.tar.zst
Add qpdf_empty_pdf to C API
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3bc733e0..7b40e1c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2022-02-05 Jay Berkenbilt <ejb@ql.org>
+ * Expose QPDF::emptyPDF to the C API as qpdf_empty_pdf()
+
* Add comments letting people know that the version string
returned by QPDF::QPDFVersion and qpdf_get_qpdf_version is static.