Updated changelog formatting

This commit is contained in:
Armin Ronacher 2014-04-11 13:28:38 +02:00
parent 5fd81f702c
commit 696bffc9e9

View file

@ -20,7 +20,6 @@ Version 1.0
- Added :meth:`flask.Config.from_json`. - Added :meth:`flask.Config.from_json`.
- Added :attr:`flask.Flask.config_class`. - Added :attr:`flask.Flask.config_class`.
- Added :meth:`flask.config.Config.get_namespace`. - Added :meth:`flask.config.Config.get_namespace`.
- Added ``TEMPLATES_AUTO_RELOAD`` config key. If disabled the - Added ``TEMPLATES_AUTO_RELOAD`` config key. If disabled the
templates will be reloaded only if the application is running in templates will be reloaded only if the application is running in
debug mode. For higher performance its possible to disable that. debug mode. For higher performance its possible to disable that.