-------------------
- Fixed 73. Python < 2.6.5 does not support unicode as keyword arguments names.
[Stepan Kolesnik]
- Fixed 84 Application cookies for localhost are no longer ignored
[gawel]
- Fixed 89 remove WSGIWarning: You are not supposed to send a body in a DELETE
request because we now have a good reason for that. See
https://stackoverflow.com/questions/299628/is-an-entity-body-allowed-for-an-http-delete-request/299701#299701
[gawel]
- Fixed 92 You can now override TestApp.JSONEncoder to use a custom encoder
[gawel]
- Fixed 93 Support basic authentication
[gawel]
- Fixed 103 Broken "Edit me on GitHub" links in documentation
[gawel]
- Fixed 106 Make wrapping the app in the lint middleware optional
[dmlayton]
- Fixed 107 Explicit error message when WSGIProxy2 is not installer
[gawel]
- Fixed 108 cgi.parse_qsl is pending deprecation
[gawel]