From 0748e2daac32ad3c897dddcb1a5363c0b3d9be05 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 5 Mar 2015 21:53:20 +0100 Subject: [PATCH] Fix typo in changelog --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.