# HG changeset patch # User Olly Cope # Date 1634748335 0 # Wed Oct 20 16:45:35 2021 +0000 # Node ID f2ff3a1ea717ca9b22ee313460229ecc6d287b48 # Parent ec051de360ea4832a2341c7bc7dd588892b16b91 Mark changelog with release date for v1.0.1 diff --git a/CHANGELOG.rst b/CHANGELOG.rst --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -1.0.1 ------ +1.0.1 (released 2021-10-20) +--------------------------- - Added support for Python 3.10 @@ -82,7 +82,7 @@ This removes the need to maintain two synchronized mapppings of form fields. - Form.bind_object no longer requires a positional argument and can now also accept dictionaries as arguments -- Bugfix: Choice fields no longer raise ``ValidationError``\s if ``None`` or +- Bugfix: Choice fields no longer raise ``ValidationError``s if ``None`` or the empty string are used as choice values