Skip to content

Commit

Permalink
docs: changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Oct 20, 2024
1 parent 05ad5da commit ba21823
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ Unreleased

- Translations update: korean, chinese (traditional), portugese, russian,
dutch, kazakh, swedish, turkish, slovak, ukranian, spanish, french.
- Move the repository to the pallets-eco organization.
- Move the repository to the pallets-eco organization. :pr:`854`
- Stop supporting Python 3.9 and start supporting Python 3.13 :pr:`855`
- Removed `required` flag support from :class:`~fields.HiddenWidget`,
:class:`~fields.RangeWidget` and :class:`~fields.SelectWidget` to
conform to W3C :pr:`810`
- :class:`~wtforms.validators.NoneOf` and :class:`~wtforms.validators.AnyOf`
can validate multiple valued fields like :class:`~fields.SelectMultipleField`
:pr:`538` :pr:`807`
- Use GHA and pre-commit workflows inspired from Flask. :pr:`856` :pr:`860`
- ⚠️Breaking change⚠️: Some deprecated code was removed (:pr:`859`):

- :class:`~wtforms.Flags` can no longer be tuples. :issue:`467`
Expand Down

0 comments on commit ba21823

Please sign in to comment.