15
0

- Update to 2.3.3:

* This release includes the translation files that were missing in the 2.3.2
    release.
  * Fixed a bug with :class:`~fields.SelectField` choices shortcut at form
    submission.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WTForms?expand=0&rev=18
This commit is contained in:
2020-09-02 00:57:09 +00:00
committed by Git OBS Bridge
parent ac6c53b3c0
commit 6dea885f22
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Sep 2 00:53:12 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.3.3:
* This release includes the translation files that were missing in the 2.3.2
release.
* Fixed a bug with :class:`~fields.SelectField` choices shortcut at form
submission.
-------------------------------------------------------------------
Thu Jul 30 06:57:03 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>