Skip to content

Commit 91b3e8a

Browse files
committed
REL: 2.2.1
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
1 parent bf8ad45 commit 91b3e8a

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
Version 2.2.1, 2022-06-17
2+
-------------------------
3+
4+
Performance Improvements (PI):
5+
- Remove b_ calls (#992, #986)
6+
- Apply improvements to _utils suggested by perflint (#993)
7+
8+
Robustness (ROB):
9+
- utf-16-be\' codec can\'t decode (...) (#995)
10+
11+
Documentation (DOC):
12+
- Remove reference to Scripts (#987)
13+
14+
Developer Experience (DEV):
15+
- Fix type annotations for add_bookmarks (#1000)
16+
17+
Testing (TST):
18+
- Add test for PdfMerger (#1001)
19+
- Add tests for XMP information (#996)
20+
- reader.get_fields / zlib issue / LZW decode issue (#1004)
21+
- reader.get_fields with report generation (#1002)
22+
- Improve test coverage by extracting texts (#998)
23+
24+
Code Style (STY):
25+
- Apply fixes suggested by pylint (#999)
26+
27+
Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.2.0...2.2.1
28+
129
Version 2.2.0, 2022-06-13
230
-------------------------
331

PyPDF2/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.0"
1+
__version__ = "2.2.1"

0 commit comments

Comments
 (0)