Skip to content

Commit 219153e

Browse files
committed
REL: 6.7.0
## What's new ### Deprecations (DEP) - Deprecate support for abbreviations in decode_stream_data (#3617) by @stefan6419846 ### New Features (ENH) - Add ability to add font resources for 14 Adobe Core fonts in text widget annotations (#3624) by @PJBrs ### Bug Fixes (BUG) - Avoid invalid load for ICCBased FlateDecode images in mode 1 (#3619) by @stefan6419846 ### Robustness (ROB) - Fix AESV2 decryption when /Length missing in encrypt dict (#3629) by @dmitry-kostin - Fix merging when annotations point to NullObject (#3613) by @stefan6419846 - Check for `self._info` being None in `compress_identical_objects` (#3612) by @stefan6419846 [Full Changelog](6.6.2...6.7.0)
1 parent cf33a60 commit 219153e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## Version 6.7.0, 2026-02-08
4+
5+
### Deprecations (DEP)
6+
- Deprecate support for abbreviations in decode_stream_data (#3617)
7+
8+
### New Features (ENH)
9+
- Add ability to add font resources for 14 Adobe Core fonts in text widget annotations (#3624)
10+
11+
### Bug Fixes (BUG)
12+
- Avoid invalid load for ICCBased FlateDecode images in mode 1 (#3619)
13+
14+
### Robustness (ROB)
15+
- Fix AESV2 decryption when /Length missing in encrypt dict (#3629)
16+
- Fix merging when annotations point to NullObject (#3613)
17+
- Check for `self._info` being None in `compress_identical_objects` (#3612)
18+
19+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.6.2...6.7.0)
20+
321
## Version 6.6.2, 2026-01-26
422

523
### Security (SEC)

pypdf/_version.py

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

0 commit comments

Comments
 (0)