Skip to content

Commit c296946

Browse files
committed
Update docs for 2.1.1 release
1 parent 8375977 commit c296946

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

docs/whatsnew-2.0.txt

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
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
55
compared 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+
722
2.1.0
823
-----
924

@@ -25,8 +40,8 @@ compared to its predecessor, `FormEncode` version 1.3.
2540
2.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

Comments
 (0)