Skip to content

Commit 2a91bd4

Browse files
committed
REL: 5.9.0
## What's new ### New Features (ENH) - Automatically preserve links in added pages (#3298) by @larsga - Allow writing/updating all properties of an embedded file (#3374) by @Arya-A-Nair ### Bug Fixes (BUG) - Fix XMP handling dropping indirect references (#3392) by @stefan6419846 ### Robustness (ROB) - Deal with DecodeParms being empty list (#3388) by @stefan6419846 ### Documentation (DOC) - Document how to read and modify XMP metadata (#3383) by @stefan6419846 [Full Changelog](5.8.0...5.9.0)
1 parent 47a7f8f commit 2a91bd4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## Version 5.9.0, 2025-07-27
4+
5+
### New Features (ENH)
6+
- Automatically preserve links in added pages (#3298)
7+
- Allow writing/updating all properties of an embedded file (#3374)
8+
9+
### Bug Fixes (BUG)
10+
- Fix XMP handling dropping indirect references (#3392)
11+
12+
### Robustness (ROB)
13+
- Deal with DecodeParms being empty list (#3388)
14+
15+
### Documentation (DOC)
16+
- Document how to read and modify XMP metadata (#3383)
17+
18+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/5.8.0...5.9.0)
19+
320
## Version 5.8.0, 2025-07-13
421

522
### New Features (ENH)

pypdf/_version.py

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

0 commit comments

Comments
 (0)