File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
29
Version 2.2.0, 2022-06-13
2
30
-------------------------
3
31
Original file line number Diff line number Diff line change 1
- __version__ = "2.2.0 "
1
+ __version__ = "2.2.1 "
You can’t perform that action at this time.
0 commit comments