Skip to content

Commit

Permalink
REL: 2.11.1
Browse files Browse the repository at this point in the history
Bug Fixes (BUG):
- td matrix (#1373)
- Cope with cmap from #1322 (#1372)

Robustness (ROB):
-  Cope with str returned from get_data in cmap (#1380)

Full Changelog: 2.11.0...2.11.1
  • Loading branch information
MartinThoma committed Oct 9, 2022
1 parent d5111e1 commit d14f1de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## Version 2.11.1, 2022-10-09

### Bug Fixes (BUG)
- td matrix (#1373)
- Cope with cmap from #1322 (#1372)

### Robustness (ROB)
- Cope with str returned from get_data in cmap (#1380)

Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.11.0...2.11.1

## Version 2.11.0, 2022-09-25

### 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.11.0"
__version__ = "2.11.1"

0 comments on commit d14f1de

Please sign in to comment.