We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f9757 commit d6c4b20Copy full SHA for d6c4b20
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# CHANGELOG
2
3
+## Version 3.5.2, 2023-03-12
4
+
5
+### Bug Fixes (BUG)
6
+- compress_content_stream not readable in Adobe Acrobat (#1698)
7
+- Pass logging parameters correctly in set_need_appearances_writer (#1697)
8
+- Write /Root/AcroForm in set_need_appearances_writer (#1639)
9
10
+### Robustness (ROB)
11
+- Allow more whitespaces within linearized file (#1701)
12
13
+[Full Changelog](https://github.com/py-pdf/pypdf/compare/3.5.1...3.5.2)
14
15
16
## Version 3.5.1, 2023-03-05
17
18
### Robustness (ROB)
pypdf/_version.py
@@ -1 +1 @@
-__version__ = "3.5.1"
+__version__ = "3.5.2"
0 commit comments