aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2011-08-11 21:34:41 +0200
committerJay Berkenbilt <ejb@ql.org>2011-08-11 21:34:41 +0200
commit1d1d21d3fee33b7e82da11c6e352c8d84ed4b2db (patch)
tree79b1be8b24c4874dc3f12bbf0863269b415f9d2e /ChangeLog
parent788f6f7769c9f0b4b439079d87bbc180860fa14c (diff)
downloadqpdf-1d1d21d3fee33b7e82da11c6e352c8d84ed4b2db.tar.zst
ready for 2.3.0 release
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77447a38..4108cf8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-08-11 Jay Berkenbilt <ejb@ql.org>
+ * 2.3.0: release
+
+ * include/qpdf/qpdf-c.h ("C"): add new methods
+ qpdf_init_write_memory, qpdf_get_buffer_length, and
+ qpdf_get_buffer to support writing to memory from the C API.
+
* include/qpdf/qpdf-c.h ("C"): add new methods qpdf_get_info_key
and qpdf_set_info_key for manipulating text fields of the /Info
dictionary.