Skip to content

Commit 1423c0d

Browse files
committed
REL: 2.10.1
Bug Fixes (BUG): - TreeObject.remove_child had a non-PdfObject assignment for Count (#1233, #1234) - Fix stream truncated prematurely (#1223) Documentation (DOC): - Fix docstring formatting (#1228) Maintenance (MAINT): - Split generic.py (#1229) Testing (TST): - Decrypt AlgV4 with owner password (#1239) - AlgV5.generate_values (#1238) - TreeObject.remove_child / empty_tree (#1235, #1236) - create_string_object (#1232) - Free-Text annotations (#1231) - generic._base (#1230) - Strict get fonts (#1226) - Increase PdfReader coverage (#1219, #1225) - Increase PdfWriter coverage (#1237) - 100% coverage for utils.py (#1217) - Writer exception non-binary stream (#1218) - Don't check coverage for deprecated code (#1216) Full Changelog: 2.10.0...2.10.1
1 parent 5713f50 commit 1423c0d

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## Version 2.10.1, 2022-08-15
4+
5+
### Bug Fixes (BUG)
6+
- TreeObject.remove_child had a non-PdfObject assignment for Count (#1233, #1234)
7+
- Fix stream truncated prematurely (#1223)
8+
9+
### Documentation (DOC)
10+
- Fix docstring formatting (#1228)
11+
12+
### Maintenance (MAINT)
13+
- Split generic.py (#1229)
14+
15+
### Testing (TST)
16+
- Decrypt AlgV4 with owner password (#1239)
17+
- AlgV5.generate_values (#1238)
18+
- TreeObject.remove_child / empty_tree (#1235, #1236)
19+
- create_string_object (#1232)
20+
- Free-Text annotations (#1231)
21+
- generic._base (#1230)
22+
- Strict get fonts (#1226)
23+
- Increase PdfReader coverage (#1219, #1225)
24+
- Increase PdfWriter coverage (#1237)
25+
- 100% coverage for utils.py (#1217)
26+
- PdfWriter exception non-binary stream (#1218)
27+
- Don't check coverage for deprecated code (#1216)
28+
29+
Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.10.0...2.10.1
30+
331

432
## Version 2.10.0, 2022-08-07
533

PyPDF2/_version.py

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

0 commit comments

Comments
 (0)