Browse Source

Fix typo in changelog

pull/1389/head
Markus Unterwaditzer 10 years ago
parent
commit
0748e2daac
  1. 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…
Cancel
Save