Skip to content

Commit

Permalink
REL: Version 3.9.1, 2023-06-04
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
MartinThoma committed Jun 4, 2023
1 parent 6fef1c6 commit 1f114ba
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## 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](https://github.com/py-pdf/pypdf/compare/3.9.0...3.9.1)

## Version 3.9.0, 2023-05-21

### New Features (ENH)
Expand Down
2 changes: 1 addition & 1 deletion pypdf/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.9.0"
__version__ = "3.9.1"

0 comments on commit 1f114ba

Please sign in to comment.