---------------------------
Changed
*******
- Coroutine support to the ``switchio.apps.routers.Router`` app
which enforces full async routing handlers.
- New readme showcasing the py3.5+ only API
- Making return values from ``Session`` methods awaitable
Fixed
*****
- Fix up some CLI bugs introduced during the hard fork / core rewrite
- Add proper coroutine-task teardown handling and logging
Removed
*******
- SWIG and py2.7 support