Skip to content

Commit 1650bc3

Browse files
committed
REL: 6.7.4
## What's new ### Security (SEC) - Allow limiting output length for RunLengthDecode filter (#3664) by @stefan6419846 ### Robustness (ROB) - Deal with invalid annotations in extract_links (#3659) by @stefan6419846 [Full Changelog](6.7.3...6.7.4)
1 parent f309c60 commit 1650bc3

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## Version 6.7.4, 2026-02-27
4+
5+
### Security (SEC)
6+
- Allow limiting output length for RunLengthDecode filter (#3664)
7+
8+
### Robustness (ROB)
9+
- Deal with invalid annotations in extract_links (#3659)
10+
11+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.7.3...6.7.4)
12+
313
## Version 6.7.3, 2026-02-24
414

515
### Security (SEC)

pypdf/_version.py

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

0 commit comments

Comments
 (0)