Skip to content

Commit efad421

Browse files
committed
REL: 6.12.2
## What's new ### Security (SEC) - Optimize _decode_png_prediction regarding memory and speed (#3806) by @stefan6419846 - Improve loop control in text extraction (#3805) by @stefan6419846 [Full Changelog](6.12.1...6.12.2)
1 parent 6755d92 commit efad421

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## Version 6.12.2, 2026-05-26
4+
5+
### Security (SEC)
6+
- Optimize _decode_png_prediction regarding memory and speed (#3806)
7+
- Improve loop control in text extraction (#3805)
8+
9+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.12.1...6.12.2)
10+
311
## Version 6.12.1, 2026-05-22
412

513
### 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.1"
1+
__version__ = "6.12.2"

0 commit comments

Comments
 (0)