normpath is now used before loading templates

This commit is contained in:
Armin Ronacher 2010-08-09 15:16:02 +02:00
parent 4927ce2590
commit e04483bb90
4 changed files with 14 additions and 0 deletions

View file

@ -10,6 +10,9 @@ Bugfix release, release date to be announced.
- Fixed an issue where the default `OPTIONS` response was
not exposing all valid methods in the `Allow` header.
- Jinja2 template loading syntax now allows "./" in front of
a template load path. Previously this caused issues with
module setups.
Version 0.6
-----------