summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-11-02 23:12:39 +0100
committerJay Berkenbilt <ejb@ql.org>2021-11-03 14:43:17 +0100
commit33a47d5c3c4402d8d94b00ed9b3aa2c339203d2f (patch)
tree07d97e20673566493b4c237784d27a2aed588ec4 /ChangeLog
parent42ca1f007ac18b2a1426093c02c6ff261b737eae (diff)
downloadqpdf-33a47d5c3c4402d8d94b00ed9b3aa2c339203d2f.tar.zst
Make QPDF::findPage public (fixes #516)
This was originally not public because I wanted to get rid fo the pages cache, but I recently realized there were deep reasons not to do that, and the author of pikepdf wanted this, so I decided to make it public.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c64f18ae..efb2173a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2021-11-02 Jay Berkenbilt <ejb@ql.org>
+ * Add QPDF::findPage to the public API. This is primarily to help
+ improve the efficiency of code that wraps the qpdf library, such
+ as pikepdf. Fixes #516.
+
* zlib-flate: warn and exit with code 3 when there is corrupted
input data even when decompression is possible. We do this in the
zlib-flate CLI so that it can be more reliably used to test the