Version 0.7.1

This commit is contained in:
Alessandro Molina 2014-05-29 15:12:38 +02:00
parent 3ff82b5093
commit bb0f8dfb0f
1 changed files with 8 additions and 0 deletions

View File

@ -22,4 +22,12 @@ Crank is licensed under an MIT-style license (see LICENSE.txt).
Other incorporated projects may be licensed under different licenses.
All licenses allow for non-commercial and commercial use.
ChangeLog
--------------
0.7.1
~~~~~~~~~~~~~
- Fix issue that in some cased caused ``_lookup`` to not be called for ``RestDispatcher``
- Speedup permission checks, in some conditions they were performed twice
- Python 3.4 is now officially supported