- July 21, 2017 - fix: the asyncio version of sleep() correctly returns a Future instance
2.8.0
-----
- June 8, 2017 - fix: asyncio - remove the hacks for "simulating" chained futures (no longer works - cpy36 has native code for future) - new: run CI on Python 3.5 and 3.6
2.7.1
-----
- May 1, 2017 - asyncio: example and docs for running multiple loops - asyncio: log exception tracebacks when they're available for error-message
2.7.0
-----
- April 15, 2017 - allow alternate asyncio loops - new future creation API for alternate loops
2.6.1
-----
- February 9, 2017 - added inline sleep helper (Twisted only for now)
2.6.0
-----
- December 29, 2016 - avoid giving negative times to `callLater` with batched timers (issue 81)