1- What's New In FormEncode 2.0
1+ What's New In FormEncode 2.x
22============================
33
4- This article explains the latest changes in `FormEncode` version 2.0
4+ This article explains the latest changes in `FormEncode` version 2.x
55compared to its predecessor, `FormEncode` version 1.3.
66
7+ 2.1.1
8+ -----
9+
10+ - Add support for 3.13
11+ - Don't require `legacy-cgi` to be installed on 3.13 and later
12+ (`#176 <https://github.com/formencode/formencode/pull/176>`_)
13+ - Don't permit `FieldStorageUploadConverter` to be instantiated without
14+ having `legacy-cgi` installed since it does not make sense
15+ - Releases are now automated through GitHub Actions
16+ (`#184 <https://github.com/formencode/formencode/pull/184>`_)
17+
18+
19+ Note: This is the last version that will support Python 3.7 and 3.8 as
20+ those are now out of support.
21+
7222.1.0
823-----
924
@@ -25,8 +40,8 @@ compared to its predecessor, `FormEncode` version 1.3.
25402.0.0
2641-----
2742
28- - `FormEncode` can now run on Python 3.6 and higher without needing to run 2to3 first.
29- - `FormEncode` 2.0 is no longer compatible with Python 2.6 and 3.2 to 3.5.
43+ - `FormEncode` can now run on Python 3.6 and higher without needing to run 2to3 first.
44+ - `FormEncode` 2.0 is no longer compatible with Python 2.6 and 3.2 to 3.5.
3045 For compatibility with older Python versions, please use versions < 1.3.
3146 - This will be the last major version to support Python 2.
3247 - Add strict flag to ``USPostalCode`` to raise error on postal codes that has too
0 commit comments