File tree 2 files changed +40
-1
lines changed
2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change
1
+ Version 1.27.5, 2022-04-15
2
+ --------------------------
3
+
4
+ Security (SEC):
5
+
6
+ - ContentStream_readInlineImage had potential infinite loop (#740)
7
+
8
+ Bug fixes (BUG):
9
+
10
+ - Fix merging encrypted files (#757)
11
+ - CCITTFaxDecode decodeParms can be an ArrayObject (#756)
12
+
13
+ Robustness improvements (ROBUST):
14
+
15
+ - title sometimes None (#744)
16
+
17
+ Documentation (DOC):
18
+
19
+ - Adjust short description of the package
20
+
21
+ Tests and Test setup (TST):
22
+
23
+ - Rewrite JS tests from unittest to pytest (#746)
24
+ - Increase Test coverage, mainly with filters (#756)
25
+ - Add test for inline images (#758)
26
+
27
+ Developer Experience Improvements (DEV):
28
+
29
+ - Remove unused Travis-CI configuration (#747)
30
+ - Show code coverage (#754, #755)
31
+ - Add mutmut (#760)
32
+
33
+ Miscellaneous:
34
+
35
+ - STY: Closing file handles, explicit exports, ... (#743)
36
+
37
+ All changes: https://github.com/py-pdf/PyPDF2/compare/1.27.4...1.27.5
38
+
39
+
1
40
Version 1.27.4, 2022-04-12
2
41
--------------------------
3
42
Original file line number Diff line number Diff line change 1
- __version__ = "1.27.4 "
1
+ __version__ = "1.27.5 "
You can’t perform that action at this time.
0 commit comments