aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-12-22 20:04:55 +0100
committerJay Berkenbilt <ejb@ql.org>2018-12-22 20:05:01 +0100
commit24aeb9ae2227c6b55297d9a946bf82f31656a685 (patch)
treeb41b5e8df420fbf99999e4978962517339974935 /ChangeLog
parent86f9b4c43be182abe46d035a859f22b82cd844aa (diff)
downloadqpdf-24aeb9ae2227c6b55297d9a946bf82f31656a685.tar.zst
Document json support
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40ecd446..2a6cba2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-12-22 Jay Berkenbilt <ejb@ql.org>
+
+ * Add new options --json, --json-key, and --json-object to
+ generate a json representation of the PDF file. This is described
+ in more depth in the manual. You can also run qpdf --json-help to
+ get a description of the json format.
+
2018-12-21 Jay Berkenbilt <ejb@ql.org>
* Allow --show-object=trailer for showing the document trailer.