File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## Version 2.4.1, 2022-06-30
4
+
5
+ ### New Features (ENH)
6
+ - Add writer.pdf_header property (getter and setter) (#1038 )
7
+
8
+ ### Performance Improvements (PI)
9
+ - Remove b_ call in FloatObject.write_to_stream (#1044 )
10
+ - Check duplicate objects in writer._ sweep_indirect_references (#207 )
11
+
12
+ ### Documentation (DOC)
13
+ - How to surppress exceptions/warnings/log messages (#1037 )
14
+ - Remove hyphen from lossless (#1041 )
15
+ - Compression of content streams (#1040 )
16
+ - Fix inconsistent variable names in add-watermark.md (#1039 )
17
+ - File size reduction
18
+ - Add CHANGELOG to the rendered docs (#1023 )
19
+
20
+ ### Maintenance (MAINT)
21
+ - Handle XML error when reading XmpInformation (#1030 )
22
+ - Deduplicate Code / add mutmut config (#1022 )
23
+
24
+ ### Code Style (STY)
25
+ - Use unnecessary one-line function / class attribute (#1043 )
26
+ - Docstring formatting (#1033 )
27
+
28
+ Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.4.0...2.4.1
29
+
3
30
## Version 2.4.0, 2022-06-26
4
31
5
32
### New Features (ENH):
Original file line number Diff line number Diff line change 1
- __version__ = "2.4.0 "
1
+ __version__ = "2.4.1 "
You can’t perform that action at this time.
0 commit comments