aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-16 18:57:33 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-16 18:57:33 +0200
commit6df62607515cd10bef7634cee1580ad1fc3d542d (patch)
tree227d49e811c6a85e26f9ffe1aa308689f1fc5d76 /ChangeLog
parentfc1bfe4a660e0b0a9720bec57518f91268232312 (diff)
downloadqpdf-6df62607515cd10bef7634cee1580ad1fc3d542d.tar.zst
Change default --json from 1 to latest
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 994b8263..ef6fd504 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2022-04-16 Jay Berkenbilt <ejb@ql.org>
+ * Breaking CLI change: the default value for --json is now
+ "latest" rather than "1". At this moment, "1" is the latest
+ version, but version "2" will be added before the release of
+ qpdf 11.
+
* Perform code cleanup including some source-compatible but not
binary compatible changes to function signatures.