aboutsummaryrefslogtreecommitdiffstats
path: root/manual/release-notes.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-04 13:32:30 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-04 14:32:44 +0200
commit8b25de24c9b1e6acba042ea9ecdee783839e20a6 (patch)
tree5e6b24aab3297cc13aeb4802ab2bc77ad9306288 /manual/release-notes.rst
parent6b576797cd2d54c8825e1ebf845ab2618ab4c3fd (diff)
downloadqpdf-8b25de24c9b1e6acba042ea9ecdee783839e20a6.tar.zst
Make "objects" and "pages" consistent in JSON output
Diffstat (limited to 'manual/release-notes.rst')
-rw-r--r--manual/release-notes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index 08e2fd52..f313cd82 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -125,6 +125,13 @@ For a detailed list of changes, please see the file
- Other changes
+ - In JSON v1 mode, the ``"objects"`` key now reflects the repaired
+ pages tree if ``"pages"`` (or any other key that has the side
+ effect of repairing the page tree) is specified. To see the
+ original objects with any unrepaired page tree errors, specify
+ ``"objects"`` and/or ``"objectinfo"`` by themselves. This is
+ consistent with how JSON v2 behaves.
+
- A new chapter on contributing to qpdf has been added to the
documentation. See :ref:`contributing`.