Skip to content

Commit d6c4b20

Browse files
committed
REL: 3.5.2
Bug Fixes (BUG) - compress_content_stream not readable in Adobe Acrobat (#1698) - Pass logging parameters correctly in set_need_appearances_writer (#1697) - Write /Root/AcroForm in set_need_appearances_writer (#1639) Robustness (ROB) - Allow more whitespaces within linearized file (#1701)
1 parent 85f9757 commit d6c4b20

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

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+
316
## Version 3.5.1, 2023-03-05
417

518
### Robustness (ROB)

pypdf/_version.py

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

0 commit comments

Comments
 (0)