Skip to content

Commit 66f00fc

Browse files
committed
REL: 2.4.1
New Features (ENH): - Add writer.pdf_header property (getter and setter) (#1038) Performance Improvements (PI): - Remove b_ call in FloatObject.write_to_stream (#1044) - Check duplicate objects in writer._sweep_indirect_references (#207) Documentation (DOC): - How to surppress exceptions/warnings/log messages (#1037) - Remove hyphen from lossless (#1041) - Compression of content streams (#1040) - Fix inconsistent variable names in add-watermark.md (#1039) - File size reduction - Add CHANGELOG to the rendered docs (#1023) Maintenance (MAINT): - Handle XML error when reading XmpInformation (#1030) - Deduplicate Code / add mutmut config (#1022) Code Style (STY): - Use unnecessary one-line function / class attribute (#1043) - Docstring formatting (#1033) Full Changelog: 2.4.0...2.4.1
1 parent 97f36bd commit 66f00fc

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# CHANGELOG
22

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+
330
## Version 2.4.0, 2022-06-26
431

532
### New Features (ENH):

PyPDF2/_version.py

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

0 commit comments

Comments
 (0)