From 696bffc9e9902ed9086c7c1f967714385371cb05 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Fri, 11 Apr 2014 13:28:38 +0200 Subject: [PATCH] Updated changelog formatting --- CHANGES | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGES b/CHANGES index 3fb30c6f..60c16907 100644 --- a/CHANGES +++ b/CHANGES @@ -20,7 +20,6 @@ Version 1.0 - Added :meth:`flask.Config.from_json`. - Added :attr:`flask.Flask.config_class`. - Added :meth:`flask.config.Config.get_namespace`. - - Added ``TEMPLATES_AUTO_RELOAD`` config key. If disabled the templates will be reloaded only if the application is running in debug mode. For higher performance it’s possible to disable that.