Skip to content

Commit 620d2fa

Browse files
committed
REL: 2.10.9
New Features (ENH): - Add rotation property and transfer_rotate_to_content (#1348) Performance Improvements (PI): - Avoid string concatenation with large embedded base64-encoded images (#1350) Bug Fixes (BUG): - Format floats using their intrinsic decimal precision (#1267) Robustness (ROB): - Fix merge_page for pages without resources (#1349) Full Changelog: 2.10.8...2.10.9
1 parent 5aeb926 commit 620d2fa

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# CHANGELOG
22

3+
## Version 2.10.9, 2022-09-18
4+
5+
### New Features (ENH)
6+
- Add rotation property and transfer_rotate_to_content (#1348)
7+
8+
### Performance Improvements (PI)
9+
- Avoid string concatenation with large embedded base64-encoded images (#1350)
10+
11+
### Bug Fixes (BUG)
12+
- Format floats using their intrinsic decimal precision (#1267)
13+
14+
### Robustness (ROB)
15+
- Fix merge_page for pages without resources (#1349)
16+
17+
Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.10.8...2.10.9
18+
319
## Version 2.10.8, 2022-09-14
420

521
### New Features (ENH)

PyPDF2/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.10.8"
1+
__version__ = "2.10.9"

0 commit comments

Comments
 (0)