Documented some changes in config handling.

This commit is contained in:
Armin Ronacher 2011-03-14 14:21:28 -04:00
parent fa9817778c
commit 34a494713c
2 changed files with 4 additions and 0 deletions

View file

@ -36,6 +36,7 @@ Release date to be announced, codename to be selected
- Use Last-Modified for static file sending instead of Date which
was incorrectly introduced in 0.6.
- Added `create_jinja_loader` to override the loader creation process.
- Implemented a silent flag for `config.from_pyfile`.
Version 0.6.1
-------------