Skip to content

Commit

Permalink
REL: 2.10.6
Browse files Browse the repository at this point in the history
Robustness (ROB):
-  Fix infinite loop due to Invalid object (py-pdf#1331)
-  Fix image extraction issue with superfluous whitespaces (py-pdf#1327)

Full Changelog: py-pdf/pypdf@2.10.5...2.10.6
  • Loading branch information
MartinThoma committed Sep 9, 2022
1 parent e6531a2 commit 0ceaa60
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## Version 2.10.6, 2022-09-09

### Robustness (ROB)
- Fix infinite loop due to Invalid object (#1331)
- Fix image extraction issue with superfluous whitespaces (#1327)

Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.10.5...2.10.6

## Version 2.10.5, 2022-09-04

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

0 comments on commit 0ceaa60

Please sign in to comment.