Released on March 28, 2012.
- Added :http:method:`PATCH` method support. See :rst:role:`http:patch` role
and :rst:dir:`http:patch` directive.
[:oldpull:`9` and :oldpull:`10` by Jeffrey Finkelstein]
- The HTTP routing table can be grouped based on prefix by specifying
:data:`http_index_ignore_prefixes` config in list of common prefixes to
ignore. [:oldpull:`7` and :oldpull:`8` by Andrey Popp]
- The order of HTTP routing table now provides sorting by path as key.
Previously it was sorted by HTTP method and then by path, which is
non-intuitive. [:oldpull:`7` and :oldpull:`8` by Andrey Popp]