Skip to content

Commit 76759bd

Browse files
committed
REL: 5.8.0
## What's new ### New Features (ENH) - Implement flattening for writer (#3312) by @PJBrs ### Bug Fixes (BUG) - Unterminated object when using PdfWriter with incremental=True (#3345) by @m32 ### Robustness (ROB) - Resolve some image extraction edge cases (#3371) by @stefan6419846 - Ignore faulty trailing newline during RLE decoding (#3355) by @henningkoertelgmg - Gracefully handle odd-length strings in parse_bfchar (#3348) by @stefan6419846 ### Developer Experience (DEV) - Modernize license specifiers (#3338) by @stefan6419846 ### Maintenance (MAINT) - Reduce max-complexity of tool.ruff.lint.mccabe (#3365) by @j-t-1 - Refactor text extraction code by @MartinThoma [Full Changelog](5.7.0...5.8.0)
1 parent 7e1140d commit 76759bd

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
## Version 5.8.0, 2025-07-13
4+
5+
### New Features (ENH)
6+
- Implement flattening for writer (#3312)
7+
8+
### Bug Fixes (BUG)
9+
- Unterminated object when using PdfWriter with incremental=True (#3345)
10+
11+
### Robustness (ROB)
12+
- Resolve some image extraction edge cases (#3371)
13+
- Ignore faulty trailing newline during RLE decoding (#3355)
14+
- Gracefully handle odd-length strings in parse_bfchar (#3348)
15+
16+
### Developer Experience (DEV)
17+
- Modernize license specifiers (#3338)
18+
19+
### Maintenance (MAINT)
20+
- Reduce max-complexity of tool.ruff.lint.mccabe (#3365)
21+
- Refactor text extraction code
22+
23+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/5.7.0...5.8.0)
24+
325
## Version 5.7.0, 2025-06-29
426

527
### Performance Improvements (PI)

pypdf/_version.py

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

0 commit comments

Comments
 (0)