aboutsummaryrefslogtreecommitdiffstats
path: root/manual/release-notes.rst
diff options
context:
space:
mode:
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`.