Skip to content

Commit

Permalink
REL: 2.10.9
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MartinThoma committed Sep 18, 2022
1 parent 5aeb926 commit 620d2fa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## Version 2.10.9, 2022-09-18

### 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: https://github.com/py-pdf/PyPDF2/compare/2.10.8...2.10.9

## Version 2.10.8, 2022-09-14

### 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.8"
__version__ = "2.10.9"

0 comments on commit 620d2fa

Please sign in to comment.