Skip to content

Commit ad47d50

Browse files
committed
REL: 6.6.2
## What's new ### Security (SEC) - Detect cyclic references when retrieving outlines (#3610) by @stefan6419846 [Full Changelog](6.6.1...6.6.2)
1 parent b1282f8 commit ad47d50

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## Version 6.6.2, 2026-01-26
4+
5+
### Security (SEC)
6+
- Detect cyclic references when retrieving outlines (#3610)
7+
8+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.6.1...6.6.2)
9+
310
## Version 6.6.1, 2026-01-25
411

512
### Robustness (ROB)

pypdf/_version.py

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

0 commit comments

Comments
 (0)