Skip to content

Commit 3b74312

Browse files
committed
REL: 2.10.4
Robustness (ROB): - Fix errors/warnings on no /Resources within extract_text (#1276) - Add required line separators in ContentStream ArrayObjects (#1281) Maintenance (MAINT): - Use NameObject idempotency (#1290) Testing (TST): - Rectangle deletion (#1289) - Add workflow tests (#1287) - Remove files after tests ran (#1286) Packaging (PKG): - Add minimum version for typing_extensions requirement (#1277) Full Changelog: 2.10.3...2.10.4
1 parent 347cc24 commit 3b74312

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# CHANGELOG
22

3+
## Version 2.10.4, 2022-08-28
4+
5+
### Robustness (ROB)
6+
- Fix errors/warnings on no /Resources within extract_text (#1276)
7+
- Add required line separators in ContentStream ArrayObjects (#1281)
8+
9+
### Maintenance (MAINT)
10+
- Use NameObject idempotency (#1290)
11+
12+
### Testing (TST)
13+
- Rectangle deletion (#1289)
14+
- Add workflow tests (#1287)
15+
- Remove files after tests ran (#1286)
16+
17+
### Packaging (PKG)
18+
- Add minimum version for typing_extensions requirement (#1277)
19+
20+
Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.10.3...2.10.4
21+
322
## Version 2.10.3, 2022-08-21
423

524
### Robustness (ROB)

PyPDF2/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.10.3"
1+
__version__ = "2.10.4"

0 commit comments

Comments
 (0)