Skip to content

Commit 0ceaa60

Browse files
committed
REL: 2.10.6
Robustness (ROB): - Fix infinite loop due to Invalid object (#1331) - Fix image extraction issue with superfluous whitespaces (#1327) Full Changelog: 2.10.5...2.10.6
1 parent e6531a2 commit 0ceaa60

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## Version 2.10.6, 2022-09-09
4+
5+
### Robustness (ROB)
6+
- Fix infinite loop due to Invalid object (#1331)
7+
- Fix image extraction issue with superfluous whitespaces (#1327)
8+
9+
Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.10.5...2.10.6
10+
311
## Version 2.10.5, 2022-09-04
412

513
### New Features (ENH)

PyPDF2/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.10.5"
1+
__version__ = "2.10.6"

0 commit comments

Comments
 (0)