aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c13f4ecb..16cfd204 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2021-12-16 Jay Berkenbilt <ejb@ql.org>
+
+ * Add several functions to the C API for working with pages. C
+ wrappers around sevearl of the "Legacy" page operations from
+ QPDFObjectHandle.hh have been added. See "PAGE FUNCTIONS" in
+ qpdf-c.h for details. Fixes #594.
+
2021-12-12 Jay Berkenbilt <ejb@ql.org>
* Convert documentation from docbook to reStructuredText/Sphinx.