Skip to content

Commit 1f114ba

Browse files
committed
REL: Version 3.9.1, 2023-06-04
Deprecations (DEP) - Deprecate PdfMerger (#1866) Bug Fixes (BUG) - Ignore UTF-8 decode errors (#1865) Robustness (ROB) - Handle missing /Type entry in Page tree (#1859) [Full Changelog](3.9.0...3.9.1)
1 parent 6fef1c6 commit 1f114ba

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# CHANGELOG
22

3+
## Version 3.9.1, 2023-06-04
4+
5+
### Deprecations (DEP)
6+
- Deprecate PdfMerger (#1866)
7+
8+
### Bug Fixes (BUG)
9+
- Ignore UTF-8 decode errors (#1865)
10+
11+
### Robustness (ROB)
12+
- Handle missing /Type entry in Page tree (#1859)
13+
14+
15+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/3.9.0...3.9.1)
16+
317
## Version 3.9.0, 2023-05-21
418

519
### New Features (ENH)

pypdf/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.9.0"
1+
__version__ = "3.9.1"

0 commit comments

Comments
 (0)