Documented the create_jinja_loader removal

This commit is contained in:
Armin Ronacher 2010-07-04 14:20:20 +02:00
parent 2b00ec4017
commit 362cf493c4

View file

@ -22,6 +22,8 @@ Codename to be decided, release date to be announced.
- (temporarily) dropped support for zipped applications. This was a
rarely used feature and led to some confusing behaviour.
- added support for per-package template and static-file directories.
- removed support for `create_jinja_loader` which is no longer used
in 0.5 due to the improved module support.
Version 0.4
-----------