added create_jinja_loader

This commit is contained in:
Armin Ronacher 2011-02-21 21:56:37 +01:00
parent b49de851d9
commit 00c5b7a937
3 changed files with 23 additions and 1 deletions

View file

@ -35,6 +35,7 @@ Release date to be announced, codename to be selected
a decorator.
- 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.
Version 0.6.1
-------------