Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Apr 17, 2020
1 parent 3c597bb commit 0975e6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Unreleased
- Modified the changes made in `#286`_: instead of copying the list of
``choices``, :class:`~fields.SelectField` now uses ``list()`` to construct
a new list of choices. (`#475`_)
- :class:`~wtforms.validators.NumberRange` correctly handle *not a number*
values. (`#505`_, `#548`_)

.. _#238: https://github.com/wtforms/wtforms/issues/238
.. _#239: https://github.com/wtforms/wtforms/issues/239
Expand Down Expand Up @@ -105,6 +107,8 @@ Unreleased
.. _#484: https://github.com/wtforms/wtforms/pull/484
.. _#485: https://github.com/wtforms/wtforms/pull/485
.. _#493: https://github.com/wtforms/wtforms/pull/493
.. _#505: https://github.com/wtforms/wtforms/pull/505
.. _#548: https://github.com/wtforms/wtforms/pull/548



Expand Down

0 comments on commit 0975e6d

Please sign in to comment.