File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## Version 6.1.0, 2025-09-21
4+
5+ ### New Features (ENH)
6+ - Enhance XMP metadata handling with creation and setter methods (#3410 )
7+ - Add all font metrics for base 14 Type 1 PDF fonts (#3363 )
8+ - Allow deleting embedded files (#3461 )
9+ - Add support for Python in FIPS mode for document identifier (#3438 )
10+
11+ ### Bug Fixes (BUG)
12+ - Fix handling of UTF-16 encoded destination titles (#3463 )
13+ - Guard empty input to prevent IndexError (#3448 )
14+
15+ ### Developer Experience (DEV)
16+ - Fix type hint for XMP metadata setter to add bytes type (#3464 )
17+
18+ [ Full Changelog] ( https://github.com/py-pdf/pypdf/compare/6.0.0...6.1.0 )
19+
320## Version 6.0.0, 2025-08-11
421
522### Security (SEC)
Original file line number Diff line number Diff line change 1- __version__ = "6.0 .0"
1+ __version__ = "6.1 .0"
You can’t perform that action at this time.
0 commit comments