Documented send_from_directory

This commit is contained in:
Armin Ronacher 2010-07-05 10:25:51 +02:00
parent ac13deff40
commit c34b03e9a6
3 changed files with 12 additions and 0 deletions

View file

@ -24,6 +24,7 @@ Codename to be decided, release date to be announced.
- 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.
- added a helper function to expose files from any directory.
Version 0.4
-----------