From a66e9b3b1469df5a69b7e5447f0bcc66ebddbfc5 Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Sun, 9 Jul 2023 16:23:40 +0200 Subject: [PATCH] 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](https://github.com/py-pdf/pypdf/compare/3.12.0...3.12.1) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e0a84922e..7242818824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)