Skip to content

Commit

Permalink
REL: 3.12.1
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
MartinThoma committed Jul 9, 2023
1 parent abd8342 commit 2b6941b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## Version 3.12.1, 2023-07-09

### 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](https://github.com/py-pdf/pypdf/compare/3.12.0...3.12.1)

## Version 3.12.0, 2023-07-02

### New Features (ENH)
Expand Down
2 changes: 1 addition & 1 deletion pypdf/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.12.0"
__version__ = "3.12.1"

0 comments on commit 2b6941b

Please sign in to comment.