We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e9099 commit 21df829Copy full SHA for 21df829
CHANGELOG.md
@@ -1,5 +1,20 @@
1
# CHANGELOG
2
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
18
## Version 5.6.1, 2025-06-22
19
20
### New Features (ENH)
pypdf/_version.py
@@ -1 +1 @@
-__version__ = "5.6.1"
+__version__ = "5.7.0"
0 commit comments