summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-06-22 20:52:03 +0200
committerJay Berkenbilt <ejb@ql.org>2018-06-22 21:53:40 +0200
commit2a82f6e1e05b5791c264efd8f70a20aeadca7501 (patch)
tree6b7ffc3c0662e61c771e8e96f91b9f4389c79beb /ChangeLog
parentc81836076f2b840abc476e3e93988efa57cd5a6b (diff)
downloadqpdf-2a82f6e1e05b5791c264efd8f70a20aeadca7501.tar.zst
Add method to get count of objects in QPDF
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2463c250..dd19b0a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2018-06-22 Jay Berkenbilt <ejb@ql.org>
+ * Add new method QPDF::getObjectCount(). This gives an approximate
+ (upper bound) account of objects in the QPDF object.
+
* Don't leave files open when merging. This makes it possible
merge more files at once than the operating system's open file
limit. Fixes #154.