We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347cc24 commit 3b74312Copy full SHA for 3b74312
CHANGELOG.md
@@ -1,5 +1,24 @@
1
# CHANGELOG
2
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
22
## Version 2.10.3, 2022-08-21
23
24
### Robustness (ROB)
PyPDF2/_version.py
@@ -1 +1 @@
-__version__ = "2.10.3"
+__version__ = "2.10.4"
0 commit comments