diff --git a/CHANGES b/CHANGES index 8a738e32..aaa0ca40 100644 --- a/CHANGES +++ b/CHANGES @@ -42,7 +42,7 @@ Version 1.0 - 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 ``LOGGER_HANDLER_POLICY`` configuration key. -- Removed deprecate module functionality. +- Removed deprecated module functionality. - Added the ``EXPLAIN_TEMPLATE_LOADING`` config flag which when enabled will instruct Flask to explain how it locates templates. This should help users debug when the wrong templates are loaded.