CHANGES
=======

0.1.0
-----

* Doc tweaks
* Expose Session and monkeypatch
* Add Travis CI build badge
* Test Python 3.2 with tox and Travis CI
* Use threading.Event to less chance of race cond
* Add .travis.yml for Travis CI
* Change process => thread for test UnixSocketServer
* Make WSGIApp use server attribute for shutdown
* Use WSGIApp callable instead of closure
* In tests, try to gracefully kill waitress server
* Display text coverage report in tox coverage env
* Add test for proxies error
* Use b literal in test; fix py3 test failures
* tox.ini: Correct name of env pep8 => flake8
* tox.ini: Rename pep8 => flake8
* .gitignore: Add AUTHORS and ChangeLog
* Add pytest-pep8
* Improve tests
* Yay, tests are passing
* .gitignore: Add .eggs/ for setuptools==7.0
* Rename README.md -> README.rst
* Initial commit
