aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-04 13:43:25 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-04 13:43:39 +0100
commit956ecf2bc3f310c0b43d95c6ff06c03f04ae60b6 (patch)
tree96c3603c08740c964c89102334c2fd1e0016a625 /ChangeLog
parent1925ffd4674a3b3b72ad436a79184c358507fb57 (diff)
downloadqpdf-956ecf2bc3f310c0b43d95c6ff06c03f04ae60b6.tar.zst
Remove duplicate ChangeLog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 5 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 353fc04d..337b197d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,5 @@
2022-02-01 Jay Berkenbilt <ejb@ql.org>
- * The --json flag now takes a version number as an optional
- parameter. The default will remain version 1 for compatibility.
- This enables future code to use --json=latest to always get the
- latest version or to use a specific version. At this time, there's
- only version 1, but a version 2 may appear in a future qpdf.
-
* Major refactor: all functionality from the qpdf CLI is now
available for library users using the QPDFJob class. See comments
in include/qpdf/QPDFJob.hh and a new chapter about QPDFJob in the
@@ -25,8 +19,11 @@
* Have --json-help just output the JSON object, leaving a
description to --help and the manual.
- * Allow optional version number or "latest" as parameter to
- --json, allowing for future specification of json version.
+ * The --json flag now takes a version number as an optional
+ parameter. The default will remain version 1 for compatibility.
+ This enables future code to use --json=latest to always get the
+ latest version or to use a specific version. At this time, there's
+ only version 1, but a version 2 may appear in a future qpdf.
2022-01-28 Jay Berkenbilt <ejb@ql.org>