From 956ecf2bc3f310c0b43d95c6ff06c03f04ae60b6 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 4 Feb 2022 07:43:25 -0500 Subject: [PATCH] Remove duplicate ChangeLog entry --- ChangeLog | 13 +++++-------- 1 file 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 - * 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