forked from orbit-oss/flask
Fix typo in changelog
This commit is contained in:
parent
c282ab1ce2
commit
0748e2daac
1 changed files with 1 additions and 1 deletions
2
CHANGES
2
CHANGES
|
|
@ -42,7 +42,7 @@ Version 1.0
|
||||||
- Flask will now log by default even if debug is disabled. The log format is
|
- Flask will now log by default even if debug is disabled. The log format is
|
||||||
now hardcoded but the default log handling can be disabled through the
|
now hardcoded but the default log handling can be disabled through the
|
||||||
``LOGGER_HANDLER_POLICY`` configuration key.
|
``LOGGER_HANDLER_POLICY`` configuration key.
|
||||||
- Removed deprecate module functionality.
|
- Removed deprecated module functionality.
|
||||||
- Added the ``EXPLAIN_TEMPLATE_LOADING`` config flag which when enabled will
|
- Added the ``EXPLAIN_TEMPLATE_LOADING`` config flag which when enabled will
|
||||||
instruct Flask to explain how it locates templates. This should help
|
instruct Flask to explain how it locates templates. This should help
|
||||||
users debug when the wrong templates are loaded.
|
users debug when the wrong templates are loaded.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue