Skip to content

Commit

Permalink
REL: 2.2.1
Browse files Browse the repository at this point in the history
Performance Improvements (PI):
-  Remove b_ calls (#992, #986)
-  Apply improvements to _utils suggested by perflint (#993)

Robustness (ROB):
-  utf-16-be\' codec can\'t decode (...) (#995)

Documentation (DOC):
-  Remove reference to Scripts (#987)

Developer Experience (DEV):
-  Fix type annotations for add_bookmarks (#1000)

Testing (TST):
-  Add test for PdfMerger (#1001)
-  Add tests for XMP information (#996)
-  reader.get_fields / zlib issue / LZW decode issue (#1004)
-  reader.get_fields with report generation (#1002)
-  Improve test coverage by extracting texts (#998)

Code Style (STY):
-  Apply fixes suggested by pylint (#999)

Full Changelog: 2.2.0...2.2.1
  • Loading branch information
MartinThoma committed Jun 17, 2022
1 parent bf8ad45 commit 91b3e8a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
Version 2.2.1, 2022-06-17
-------------------------

Performance Improvements (PI):
- Remove b_ calls (#992, #986)
- Apply improvements to _utils suggested by perflint (#993)

Robustness (ROB):
- utf-16-be\' codec can\'t decode (...) (#995)

Documentation (DOC):
- Remove reference to Scripts (#987)

Developer Experience (DEV):
- Fix type annotations for add_bookmarks (#1000)

Testing (TST):
- Add test for PdfMerger (#1001)
- Add tests for XMP information (#996)
- reader.get_fields / zlib issue / LZW decode issue (#1004)
- reader.get_fields with report generation (#1002)
- Improve test coverage by extracting texts (#998)

Code Style (STY):
- Apply fixes suggested by pylint (#999)

Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.2.0...2.2.1

Version 2.2.0, 2022-06-13
-------------------------

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.2.0"
__version__ = "2.2.1"

0 comments on commit 91b3e8a

Please sign in to comment.