Commit a876a77 1 parent ac0cb98 commit a876a77 Copy full SHA for a876a77
File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## Version 3.7.1, 2023-04-09
4
+
5
+ ### Security (SEC)
6
+ - Warn about PDF encryption security (#1755 )
7
+
8
+ ### Robustness (ROB)
9
+ - Prevent loop in Cloning (#1770 )
10
+ - Capture UnicodeDecodeError at PdfReader.pdf_header (#1768 )
11
+
12
+ ### Documentation (DOC)
13
+ - Add .readthedocs.yaml and bump docs dependencies using ` tox -e deps ` (#1750 , #1752 )
14
+
15
+ ### Developer Experience (DEV)
16
+ - Make make_changelog.py idempotent
17
+
18
+ ### Maintenance (MAINT)
19
+ - Move generation of file identifiers to a method (#1760 )
20
+
21
+ ### Testing (TST)
22
+ - Add xmp test (#1775 )
23
+
24
+ [ Full Changelog] ( https://github.com/py-pdf/pypdf/compare/3.7.0...3.7.1 )
25
+
3
26
## Version 3.7.0, 2023-03-26
4
27
5
28
### Security (SEC)
Original file line number Diff line number Diff line change 1
- __version__ = "3.7.0 "
1
+ __version__ = "3.7.1 "
You can’t perform that action at this time.
0 commit comments