Mark changelog with release date for v1.0.1
1 files changed, 3 insertions(+), 3 deletions(-)

M CHANGELOG.rst
M CHANGELOG.rst +3 -3
@@ 1,5 1,5 @@ 
-1.0.1
------
+1.0.1 (released 2021-10-20)
+---------------------------
 
 - Added support for Python 3.10
 

          
@@ 82,7 82,7 @@ 0.2.1
   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