~~~~~~~~~~~~~
- Fixed a bug in which ``WaitIterator.current_index`` could be incorrect.
-- ``tornado.gen.TimeoutError``` is now an alias for `asyncio.TimeoutError`.
+- ``tornado.gen.TimeoutError`` is now an alias for `asyncio.TimeoutError`.
`tornado.http1connection`
~~~~~~~~~~~~~~~~~~~~~~~~~
- `.WebSocketClientConnection.write_message` now accepts `dict` arguments for
consistency with `.WebSocketHandler.write_message`.
- `.WebSocketClientConnection.write_message` now raises an exception as
- documented if the connection is already closed.
\ No newline at end of file
+ documented if the connection is already closed.