deprecate total_seconds

This commit is contained in:
David Lord 2021-04-15 23:05:24 -07:00
parent b8c778f322
commit 96ea4be346
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