Skip to content

Commit 98afb45

Browse files
committed
REL: 6.13.0
## What's new ### Security (SEC) - Avoid infinite loops for outlines and text extraction (#3830) by @stefan6419846 ### New Features (ENH) - Add Japanese predefined CMaps (#3800) by @yasuhiroiwaki - Font: Collect all character widths, not only those that can be unicode mapped (#3798) by @PJBrs ### Robustness (ROB) - Recover a corrupt trailing startxref pointer (closes #3238) (#3826) by @gaoflow - Handle /Pages node without /Kids during flattening (#3825) by @gaoflow - Accept inline image EI marker at the end of a content stream (#3827) by @gaoflow ### Maintenance (MAINT) - Type the always-raising deprecation helpers as `NoReturn` (#3819) by @estelledc [Full Changelog](6.12.2...6.13.0)
1 parent 68822de commit 98afb45

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## Version 6.13.0, 2026-06-05
4+
5+
### Security (SEC)
6+
- Avoid infinite loops for outlines and text extraction (#3830)
7+
8+
### New Features (ENH)
9+
- Add Japanese predefined CMaps (#3800)
10+
- Font: Collect all character widths, not only those that can be unicode mapped (#3798)
11+
12+
### Robustness (ROB)
13+
- Recover a corrupt trailing startxref pointer (closes #3238) (#3826)
14+
- Handle /Pages node without /Kids during flattening (#3825)
15+
- Accept inline image EI marker at the end of a content stream (#3827)
16+
17+
### Maintenance (MAINT)
18+
- Type the always-raising deprecation helpers as `NoReturn` (#3819)
19+
20+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.12.2...6.13.0)
21+
322
## Version 6.12.2, 2026-05-26
423

524
### Security (SEC)

pypdf/_version.py

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

0 commit comments

Comments
 (0)