summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-04-04 23:59:53 +0200
committerJay Berkenbilt <ejb@ql.org>2020-04-05 00:08:40 +0200
commit2118eecae7e5e84a39eb0568c60b36fd8b672461 (patch)
tree744160f6cd08ca82648437bd93c65e69330ab6a5 /ChangeLog
parent72464041771de52ca6b3f8bc79aea84c23af30b6 (diff)
downloadqpdf-2118eecae7e5e84a39eb0568c60b36fd8b672461.tar.zst
Add objectinfo to json
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c71dc44b..8501aaf2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2020-04-04 Jay Berkenbilt <ejb@ql.org>
+ * Add "objectinfo" section to json output. In this release,
+ information about whether each object is a stream or not is
+ provided. There's otherwise no way to tell conclusively from the
+ json output. Over time, other computed information about objects
+ may be added here.
+
* Add new option --remove-unreferenced-resources that takes auto,
yes, or no as options. This tells qpdf whether to attempt to
remove unreferenced resources from pages when doing page splitting