Skip to content

Commit

Permalink
REL: 2.8.1
Browse files Browse the repository at this point in the history
Bug Fixes (BUG):
-  u_hash in AlgV4.compute_key (#1170)

Robustness (ROB):
-  Fix loading of file from #134 (#1167)
-  Cope with empty DecodeParams (#1165)

Documentation (DOC):
-  Typo in warning message (#1166)

Maintenance (MAINT):
-  Package updates; solve mypy strict remarks (#1163)

Testing (TST):
-  Add test from #325 (#1169)

Full Changelog: 2.8.0...2.8.1
  • Loading branch information
MartinThoma committed Jul 25, 2022
1 parent 3b73b34 commit 5b75160
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# CHANGELOG

## Version 2.8.1, 2022-07-25

### Bug Fixes (BUG)
- u_hash in AlgV4.compute_key (#1170)

### Robustness (ROB)
- Fix loading of file from #134 (#1167)
- Cope with empty DecodeParams (#1165)

### Documentation (DOC)
- Typo in merger deprecation warning message (#1166)

### Maintenance (MAINT)
- Package updates; solve mypy strict remarks (#1163)

### Testing (TST)
- Add test from #325 (#1169)

Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.8.0...2.8.1


## Version 2.8.0, 2022-07-24

### 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.8.0"
__version__ = "2.8.1"

0 comments on commit 5b75160

Please sign in to comment.