deprecate total_seconds

This commit is contained in:
David Lord 2021-04-15 23:05:24 -07:00
parent f3ed1322a6
commit 85b430a366
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 13 additions and 2 deletions

View file

@ -72,6 +72,8 @@ Unreleased
- Support nesting blueprints. :issue:`593, 1548`, :pr:`3923`
- ``flask shell`` sets up tab and history completion like the default
``python`` shell if ``readline`` is installed. :issue:`3941`
- ``helpers.total_seconds()`` is deprecated. Use
``timedelta.total_seconds()`` instead. :pr:`3962`
Version 1.1.2