Skip to content

Commit 2b6941b

Browse files
committed
REL: 3.12.1
Bug Fixes (BUG): - Prevent updating page contents after merging page (stamping/watermarking) (#1952) - % to be hex encoded in names (#1958) - Inverse color in CMYK images (#1947) - Dates conversion not working with Z00\'00\' (#1946) - Support UTF-16-LE Strings (#1884) [Full Changelog](3.12.0...3.12.1)
1 parent abd8342 commit 2b6941b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## Version 3.12.1, 2023-07-09
4+
5+
### Bug Fixes (BUG)
6+
- Prevent updating page contents after merging page (stamping/watermarking) (#1952)
7+
- % to be hex encoded in names (#1958)
8+
- Inverse color in CMYK images (#1947)
9+
- Dates conversion not working with Z00\'00\' (#1946)
10+
- Support UTF-16-LE Strings (#1884)
11+
12+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/3.12.0...3.12.1)
13+
314
## Version 3.12.0, 2023-07-02
415

516
### New Features (ENH)

pypdf/_version.py

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

0 commit comments

Comments
 (0)