1.16.1
Released: May 21, 2025
bug
-
[bug] [command] Fixed regression caused by the
pathlib
refactoring that removed the use
ofConfig.get_template_directory()
as the canonical source of
templates; the method is still present however it no longer would be
consulted for a custom config subclass, as was the case with flask-migrate.References: #1660
-
[bug] [command] Fixed regression caused by the
pathlib
refactoring where the "missing
template" error message failed to render the name of the template that
could not be found.References: #1659