Skip to content

Commit c2db28d

Browse files
committed
REL: 6.11.0
## What's new ### New Features (ENH) - Initialise a Font from an embedded font file (#3704) by @PJBrs ### Robustness (ROB) - Allow to fix AES padding length in non-strict mode (#3742) by @stefan6419846 ### Developer Experience (DEV) - Enable PyPy testing again (#3752) by @stefan6419846 - Align mypy Makefile target with strict mode (#3690) by @costajohnt [Full Changelog](6.10.2...6.11.0)
1 parent ed8f13b commit c2db28d

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## Version 6.11.0, 2026-05-09
4+
5+
### New Features (ENH)
6+
- Initialise a Font from an embedded font file (#3704)
7+
8+
### Robustness (ROB)
9+
- Allow to fix AES padding length in non-strict mode (#3742)
10+
11+
### Developer Experience (DEV)
12+
- Enable PyPy testing again (#3752)
13+
- Align mypy Makefile target with strict mode (#3690)
14+
15+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.10.2...6.11.0)
16+
317
## Version 6.10.2, 2026-04-15
418

519
### Security (SEC)

pypdf/_version.py

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

0 commit comments

Comments
 (0)