From 34c6875c68b0e2c1e0b4d439e10c326e15a69851 Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Sun, 17 Sep 2023 15:37:20 +0200 Subject: [PATCH] REL: 3.16.1 ## What's new ### Bug Fixes (BUG) - Missing new line in extract_text with cm operations (#2142) by @pubpub-zz - _get_fonts not processing properly CIDFonts and annotations (#2194) by @pubpub-zz ### Documentation (DOC) - Sort list of contributors by @MartinThoma ### Developer Experience (DEV) - Give attribution in release notes (#2196) by @MartinThoma ### Maintenance (MAINT) - Update packages (#2195) by @MartinThoma - Rename PdfWriter.create_viewer_preferences to PdfWriter.create_viewer_preferences (#2190) by @marcstober - Mark `cryptography` as default (#2186) by @exiledkingcc ### Testing (TST) - Issue with merging pdfkit (#2191) by @MartinThoma ### Code Style (STY) - clean-up overriden variable (#2189) by @pubpub-zz [Full Changelog](https://github.com/py-pdf/pypdf/compare/3.16.0...3.16.1) --- CHANGELOG.md | 17 +++++++++++++++++ pypdf/_version.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d963ed09f..bc32ba020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # CHANGELOG +## Version 3.16.1, 2023-09-17 + +⚠️ The 'rename PdfWriter.create_viewer_preference to +PdfWriter.create_viewer_preferences (#2190)' could be a breaking change for you, +if you use it. As it was only introduced last week I'm confident enough that +nobody will be affected though. Hence only the patch update. + +### Bug Fixes (BUG) +- Missing new line in extract_text with cm operations (#2142) +- _get_fonts not processing properly CIDFonts and annotations (#2194) + +### Maintenance (MAINT) +- Rename PdfWriter.create_viewer_preference to PdfWriter.create_viewer_preferences (#2190) + + +[Full Changelog](https://github.com/py-pdf/pypdf/compare/3.16.0...3.16.1) + ## Version 3.16.0, 2023-09-10 ### Security (SEC) diff --git a/pypdf/_version.py b/pypdf/_version.py index 331093ae1..5f8819de8 100644 --- a/pypdf/_version.py +++ b/pypdf/_version.py @@ -1 +1 @@ -__version__ = "3.16.0" +__version__ = "3.16.1"