-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
<!-- SPDX-FileCopyrightText: 2022 geisserml <[email protected]> --> | ||
<!-- SPDX-License-Identifier: CC-BY-4.0 --> | ||
|
||
<!-- List character: dash (-) --> | ||
|
||
# Changelog for next release | ||
|
||
- Prevent wheel content from wrongly being placed in a `purelib` folder by explicitly declaring | ||
that pypdfium2 ships with a binary extension. This is relevant for some systems to separate | ||
platform-dependant packages from pure-python packages (i. e. `/usr/lib64` instead of `/usr/lib`). | ||
Confer PEP 427. | ||
- Added a new function `PdfDocument.get_version()` to obtain the PDF version of a document. |