Skip to content

Commit 40752eb

Browse files
committed
REL: 5.6.0
## What's new ### New Features (ENH) - Add basic support for JBIG2 by using jbig2dec (#3163) by @stefan6419846 ### Bug Fixes (BUG) - Fix crashes by removing unnecessary line (#3293) by @larsga - Add delimiters to NameObject.renumber_table (#3286) by @ztravis ### Robustness (ROB) - Handle DecodeParms being a NullObject (#3285) by @stefan6419846 ### Code Style (STY) - Update to mypy 1.16.0 (#3300) by @stefan6419846 [Full Changelog](5.5.0...5.6.0)
1 parent 0bd0a28 commit 40752eb

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## Version 5.6.0, 2025-06-01
4+
5+
### New Features (ENH)
6+
- Add basic support for JBIG2 by using jbig2dec (#3163)
7+
8+
### Bug Fixes (BUG)
9+
- Fix crashes by removing unnecessary line (#3293)
10+
- Add delimiters to NameObject.renumber_table (#3286)
11+
12+
### Robustness (ROB)
13+
- Handle DecodeParms being a NullObject (#3285)
14+
15+
### Code Style (STY)
16+
- Update to mypy 1.16.0 (#3300)
17+
18+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/5.5.0...5.6.0)
19+
320
## Version 5.5.0, 2025-05-11
421

522
### 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.5.0"
1+
__version__ = "5.6.0"

0 commit comments

Comments
 (0)