diff --git a/docs/devel/changelog_staging.md b/docs/devel/changelog_staging.md index 1ad8f3946..56ab5e5f2 100644 --- a/docs/devel/changelog_staging.md +++ b/docs/devel/changelog_staging.md @@ -4,7 +4,6 @@ # Changelog for next release -*This is expected to be the last release of the v4 series.* - `PdfPage.get_objects()`: Don't register pageobjects as children, because they don't need to be closed by the caller when part of a page. This avoids excessive caching of weakrefs that are not cleaned up with the object they refer to. - Fixed another dotted filepath blunder in the `extract-images` CLI. (The `PdfImage.extract()` API is not affected this time.) - Fixed installation with reference bindings (`PDFIUM_BINDINGS=reference`) by adding a missing `mkdir` call. (In older versions, this can be worked around by unpacking the sdist and creating the missing directory manually before installation.) @@ -13,3 +12,4 @@ - Autorelease: Swapped default condition for minor/patch update, as pypdfium2 changes are likely more API-significant than pdfium updates. Added ability for manual override. - Bumped workflows to Python 3.12. - Updated docs on licensing. +- *This is expected to be the last release of the v4 series.*