Merge pull request #876 from defuz/templates-auto-reload

Add TEMPLATES_AUTO_RELOAD config key
This commit is contained in:
Kenneth Reitz 2014-03-21 16:43:20 -04:00
commit 7f5b6c692d
4 changed files with 28 additions and 0 deletions

View file

@ -21,6 +21,10 @@ Version 1.0
- 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 its possible to disable that.
Version 0.10.2
--------------