From 76cd7ea67aee7edd1004a68a28e63a00a38239dd Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 6 Sep 2022 19:00:40 -0400 Subject: Clarify and improve QPDFPageObjectHelper::get*Box methods Add copy_if_fallback and explain how it differs from copy_if_shared. --- manual/release-notes.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'manual') 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 -- cgit v1.2.3-54-g00ecf