* Fix handling of utf-encoded values when using ``auth`` (3). Thanks biern for the catch and patch. * Drop support for Python 2.6. * Test against Python 3.6.
0.3.3
++++++++++++++++++
* Implement ``TestApp.head``.
0.3.2
++++++++++++++++++
* Bug fix that caused an ``UnboundLocalError``.
0.3.1
++++++++++++++++++
* Fix string encoding bug on Python 2.
0.3.0
++++++++++++++++++
* Add support for JSON web token authentication.
0.2.1
++++++++++++++++++
* Add authentication to ``TestResponse.click`` and ``TestResponse.clickbutton``.