Merge branch 'master' into module-support

Conflicts:
	CHANGES
	docs/_themes
	tests/flask_tests.py
This commit is contained in:
Armin Ronacher 2010-05-12 01:04:35 +02:00
commit 9fa4f94ad8
9 changed files with 177 additions and 355 deletions

View file

@ -15,6 +15,7 @@ Version 0.2
view function.
- server listens on 127.0.0.1 by default now to fix issues with chrome.
- added external URL support.
- added support for :func:`~flask.send_file`
- module support and internal request handling refactoring
to better support pluggable applications.