Skip to content

Commit

Permalink
Prepare changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Aug 20, 2022
1 parent 564118b commit 99e9078
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/devel/changelog_staging.md
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.

0 comments on commit 99e9078

Please sign in to comment.