aboutsummaryrefslogtreecommitdiffstats
path: root/manual/release-notes.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-07 01:00:40 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-07 01:00:40 +0200
commit76cd7ea67aee7edd1004a68a28e63a00a38239dd (patch)
tree66d131387939bc7bf88e802a9f11221aba5eda2e /manual/release-notes.rst
parentc1def4ead4c578862ad6fcda35a9ca65be407893 (diff)
downloadqpdf-76cd7ea67aee7edd1004a68a28e63a00a38239dd.tar.zst
Clarify and improve QPDFPageObjectHelper::get*Box methods
Add copy_if_fallback and explain how it differs from copy_if_shared.
Diffstat (limited to 'manual/release-notes.rst')
-rw-r--r--manual/release-notes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index d5ee4013..ada6d661 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -261,6 +261,11 @@ For a detailed list of changes, please see the file
generation parameters. The old versions will continue to be
supported and are not deprecated.
+ - In ``QPDFPageObjectHelper``, add a ``copy_if_fallback``
+ parameter to most of the page bounding box methods, and clarify
+ in the comments about the difference between ``copy_if_shared``
+ and ``copy_if_fallback``.
+
- Add a move constructor to the ``Buffer`` class.
- Other changes