aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-05 21:32:53 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-05 21:41:22 +0100
commiteb481eb698947d88be0724e84f518a70a0468cc9 (patch)
tree45fb1acb4c16ab0e9c30780af885fd0d7994db1a /ChangeLog
parentc95f02115c11c1dd16eec6cc806ba2788d9b39bc (diff)
downloadqpdf-eb481eb698947d88be0724e84f518a70a0468cc9.tar.zst
Prepare release notes for 10.6 (so far)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index c023fb40..7276db09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -68,7 +68,7 @@
object.
* A light C API around basic QPDFJob functionality is in
- include/qpdf/qpdf-job-c.h.p
+ include/qpdf/qpdfjob-c.h.p
* Add new functions version of QUtil::call_main_from_wmain that
takes a constant argv array.
@@ -79,10 +79,10 @@
description to --help and the manual.
* 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.
+ parameter. The default will remain version 1 for compatibility
+ until the release of qpdf 11, after which it will become "latest".
+ 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>