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 33b3d20 commit befd44f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ 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`_)
- Validators can raise :class:`ValueError`. (`#445`_, `#551`_).

.. _#238: https://github.com/wtforms/wtforms/issues/238
.. _#239: https://github.com/wtforms/wtforms/issues/239
Expand Down Expand Up @@ -97,6 +98,7 @@ Unreleased
.. _#430: https://github.com/wtforms/wtforms/pull/430
.. _#433: https://github.com/wtforms/wtforms/pull/433
.. _#434: https://github.com/wtforms/wtforms/issues/434
.. _#445: https://github.com/wtforms/wtforms/pull/445
.. _#463: https://github.com/wtforms/wtforms/pull/463
.. _#471: https://github.com/wtforms/wtforms/pull/471
.. _#475: https://github.com/wtforms/wtforms/pull/475/
Expand All @@ -105,6 +107,7 @@ 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
.. _#551: https://github.com/wtforms/wtforms/pull/551



Expand Down

0 comments on commit befd44f

Please # to comment.