Skip to content

Commit

Permalink
changelog fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Dec 18, 2024
1 parent b85745a commit be173a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devel/changelog_staging.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<!-- List character: dash (-) -->

# 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.)
Expand All @@ -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.*

0 comments on commit be173a7

Please sign in to comment.