Skip to content

Commit 323e649

Browse files
committed
REL: 5.7.0
## What's new ### Performance Improvements (PI) - Performance optimization for LZW decoding (#3329) by @henningkoertelgmg ### Robustness (ROB) - Flate decoding for streams with faulty tail bytes (#3332) by @henningkoertelgmg - dc_creator could be a Bag as well (#3333) by @stefan6419846 - Handle tree being NullObject when retrieving named destinations (#3331) by @stefan6419846 ### Maintenance (MAINT) - Move inline-image mappings to constants (#3328) by @stefan6419846 [Full Changelog](5.6.1...5.7.0)
1 parent ed645ca commit 323e649

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## Version 5.7.0, 2025-06-29
4+
5+
### Performance Improvements (PI)
6+
- Performance optimization for LZW decoding (#3329)
7+
8+
### Robustness (ROB)
9+
- Flate decoding for streams with faulty tail bytes (#3332)
10+
- dc_creator could be a Bag as well (#3333)
11+
- Handle tree being NullObject when retrieving named destinations (#3331)
12+
13+
### Maintenance (MAINT)
14+
- Move inline-image mappings to constants (#3328)
15+
16+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/5.6.1...5.7.0)
17+
318
## Version 5.6.1, 2025-06-22
419

520
### New Features (ENH)

pypdf/_version.py

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

0 commit comments

Comments
 (0)