File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## Version 6.0.0, 2025-08-11
4+
5+ ### Security (SEC)
6+ - Limit decompressed size for FlateDecode filter (#3430 )
7+
8+ ### Deprecations (DEP)
9+ - Drop Python 3.8 support (#3412 )
10+
11+ ### New Features (ENH)
12+ - Move BlackIs1 functionality to tiff_header (#3421 )
13+
14+ ### Robustness (ROB)
15+ - Skip Go-To actions without a destination (#3420 )
16+
17+ ### Developer Experience (DEV)
18+ - Update code style related libraries (#3414 )
19+ - Update mypy to 1.17.0 (#3413 )
20+ - Stop testing on Python 3.8 and start testing on Python 3.14 (#3411 )
21+
22+ ### Maintenance (MAINT)
23+ - Cleanup deprecations (#3424 )
24+
25+ [ Full Changelog] ( https://github.com/py-pdf/pypdf/compare/5.9.0...6.0.0 )
26+
327## Version 5.9.0, 2025-07-27
428
529### New Features (ENH)
Original file line number Diff line number Diff line change 1- __version__ = "5.9 .0"
1+ __version__ = "6.0 .0"
You can’t perform that action at this time.
0 commit comments