Skip to content

Commit febe1a4

Browse files
committed
Changelog nits
1 parent 4fe6445 commit febe1a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/devel/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## 4.30.0 (2024-05-09)
1111

12-
*Backported bug fixes / corrections from current development branch to preferably leave v4 in a clean state.*
12+
*Backported bug fixes / corrections from current development branch.*
1313

1414
- Updated PDFium from `6406` to `6462`.
1515
- Fixed blunder in `PdfImage.extract()` producing an incorrect output path for prefixes containing a dot. In the `extract-images` CLI, this caused all output images of a type to be written to the same path for a document containing a non-extension dot in the filename.

docs/devel/changelog_staging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- `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.
88
- Fixed another dotted filepath blunder in the `extract-images` CLI. (The `PdfImage.extract()` API is not affected this time.)
99
- Adapted setup code to `bdist_wheel` relocation (moved from wheel to setuptools).
10-
- Fixed installation with reference bindings (`PDFIUM_BINDINGS=reference`) by adding a missing `mkdir` call and actually including them in the sdist. (In older versions, this can be worked around by cloning the repository and creating the missing directory manually before installation.)
10+
- Fixed installation with reference bindings (`PDFIUM_BINDINGS=reference`) by actually including them in the sdist and adding a missing `mkdir` call. (In older versions, this can be worked around by cloning the repository and creating the missing directory manually before installation.)
1111
- Fixed sourcebuild on windows by syncing patches with pdfium-binaries.
1212
- Updated test expectations: due to changes in pdfium, some numbers are now slightly different.
1313
- Fixed conda packaging: It is now required to explicitly specify `-c defaults` with `--override-channels`, presumably due to an upstream change.

0 commit comments

Comments
 (0)