Skip to content

Commit aa97abe

Browse files
committed
Update history for 3.5 changes
1 parent e004fd2 commit aa97abe

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

HISTORY.rst

+9-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@
33
History
44
-------
55

6-
3.5 (XXXX-XX-XX)
6+
3.5 (2023-11-XX)
77
++++++++++++++++
8-
- String codec name is now 'idna2008' as overriding the system
9-
codec 'idna' was not working.
8+
9+
- String codec name is now "idna2008" as overriding the system codec
10+
"idna" was not working.
1011
- Fix typing error for codec encoding
11-
- Remove 'setup.py' to complete migration to pyproject.toml
12+
- "setup.py" has been restored for this release due to some downstream
13+
lack of adherence to PEP 517. Should be removed in a future release
14+
so please prepare accordingly.
15+
- Removed reliance on a symlink for the "idna-data" tool to comport
16+
with PEP 517 and the Python Packaging User Guide for sdist archives.
1217
- Added security reporting protocol for project
1318

1419
Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions

0 commit comments

Comments
 (0)