Skip to content

Commit

Permalink
Merge pull request #767 from cjmayo/changelog
Browse files Browse the repository at this point in the history
Changelog Improvements for 2.2 and 3.0a1
  • Loading branch information
azmeuk committed Jul 21, 2023
2 parents 5a2d0b3 + 5012399 commit 093f8ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ Released 2020-11-23
- Render attribute names like ``for_`` and ``class_`` are normalized
consistently so later values override those specified earlier.
:issue:`449`, :pr:`596`
- Flags can take non-boolean values. :issue:`406` :pr:`467`
- Flags should now be stored in dicts and can take non-boolean values.
A ``DeprecationWarning`` is issued when tuples are used. :issue:`406` :pr:`467`
- Widgets are HTML5 by default. :issue:`594` :pr:`614`
- Fixed a bug when the :class:`~wtforms.fields.core.SelectField` choices
are list of strings. :pr:`598`
Expand Down Expand Up @@ -219,7 +220,7 @@ Released 2018-06-02
- Widgets render the ``required`` attribute when using a validator
that provides the ``'required'`` flag, such as
:class:`~validators.DataRequired`. :pr:`361`
- Fix a compatibility issue with SQLAlchemy 2.1 that caused
- Fix a compatibility issue with SQLAlchemy 1.2 that caused
:class:`~ext.sqlalchemy.fields.QuerySelectField` to fail with
``ValueError: too many values to unpack``. :pr:`391`

Expand Down

0 comments on commit 093f8ab

Please sign in to comment.