Commit 956ecf2bc3f310c0b43d95c6ff06c03f04ae60b6
1 parent
1925ffd4
Remove duplicate ChangeLog entry
Showing
1 changed file
with
5 additions
and
8 deletions
ChangeLog
| 1 | 2022-02-01 Jay Berkenbilt <ejb@ql.org> | 1 | 2022-02-01 Jay Berkenbilt <ejb@ql.org> |
| 2 | 2 | ||
| 3 | - * The --json flag now takes a version number as an optional | ||
| 4 | - parameter. The default will remain version 1 for compatibility. | ||
| 5 | - This enables future code to use --json=latest to always get the | ||
| 6 | - latest version or to use a specific version. At this time, there's | ||
| 7 | - only version 1, but a version 2 may appear in a future qpdf. | ||
| 8 | - | ||
| 9 | * Major refactor: all functionality from the qpdf CLI is now | 3 | * Major refactor: all functionality from the qpdf CLI is now |
| 10 | available for library users using the QPDFJob class. See comments | 4 | available for library users using the QPDFJob class. See comments |
| 11 | in include/qpdf/QPDFJob.hh and a new chapter about QPDFJob in the | 5 | in include/qpdf/QPDFJob.hh and a new chapter about QPDFJob in the |
| @@ -25,8 +19,11 @@ | @@ -25,8 +19,11 @@ | ||
| 25 | * Have --json-help just output the JSON object, leaving a | 19 | * Have --json-help just output the JSON object, leaving a |
| 26 | description to --help and the manual. | 20 | description to --help and the manual. |
| 27 | 21 | ||
| 28 | - * Allow optional version number or "latest" as parameter to | ||
| 29 | - --json, allowing for future specification of json version. | 22 | + * The --json flag now takes a version number as an optional |
| 23 | + parameter. The default will remain version 1 for compatibility. | ||
| 24 | + This enables future code to use --json=latest to always get the | ||
| 25 | + latest version or to use a specific version. At this time, there's | ||
| 26 | + only version 1, but a version 2 may appear in a future qpdf. | ||
| 30 | 27 | ||
| 31 | 2022-01-28 Jay Berkenbilt <ejb@ql.org> | 28 | 2022-01-28 Jay Berkenbilt <ejb@ql.org> |
| 32 | 29 |