CHANGES
-------

0.1.0 (2016-02-13)
^^^^^^^^^^^^^^^^^^

* Fixed python 3.5 support (Thanks @stormandco!)

* Added view source button in RoutesDebugPanel (Thanks @stormandco!)

* Dropped support for Python 3.3 (Thanks @sloria!)

* Add middleware in setup method (Thanks @sloria!)

* Fixed bug with interactive console

* Fixed support for aiohttp>=0.21.1 


0.0.5 (2015-09-13)
^^^^^^^^^^^^^^^^^^

* Fixed IPv6 socket family error (Thanks @stormandco!)


0.0.4 (2015-09-05)
^^^^^^^^^^^^^^^^^^

* Fixed support for aiohttp>=0.17. (Thanks @himikof!)


0.0.3 (2015-07-03)
^^^^^^^^^^^^^^^^^^

* Switched template engine from mako to jinja2. (Thanks @iho!)

* Added custom *yield from* to track context switches inside coroutine.

* Implemented panel for collecting request log messages.

* Disable toolbar code injecting for non web.Response answers
  (StreamResponse or WebSocketResponse for example) #12


0.0.2 (2015-05-26)
^^^^^^^^^^^^^^^^^^

* Redesign UI look-and-feel

* Rename `toolbar_middleware_factory` to just `middleware`.


0.0.1 (2015-05-18)
^^^^^^^^^^^^^^^^^^

* Initial release.
