- Cleanly shutdown integrated event loops when shutting down the
kernel. [290](https://github.com/ipython/ipykernel/pull/290)
- `%gui qt` now uses Qt 5 by default rather than Qt 4, following a
similar change in terminal IPython. [293](https://github.com/ipython/ipykernel/pull/293)
- Fix event loop integration for `asyncio` when run with Tornado 5, which uses asyncio where
available. [296](https://github.com/ipython/ipykernel/pull/296)