Fix typo in changelog

This commit is contained in:
Markus Unterwaditzer 2015-03-05 21:53:20 +01:00
parent c282ab1ce2
commit 0748e2daac

View file

@ -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.