aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-16 20:36:21 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-16 21:07:48 +0100
commit9bb6f570ec73c6154748596d04a6f10c41c57721 (patch)
treea677b2ca53d621cd9e2030196803397ab868d12c /ChangeLog
parentf072be032fe921617ba5f78a004ee73c75caf6bd (diff)
downloadqpdf-9bb6f570ec73c6154748596d04a6f10c41c57721.tar.zst
C API: add functions for working with pages (fixes #594)
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.