Skip to content

Commit

Permalink
Merge pull request #2688 from bdarnell/relnotes603
Browse files Browse the repository at this point in the history
Release notes for 6.0.3
  • Loading branch information
bdarnell authored Jun 23, 2019
2 parents dfabc03 + 80486dd commit 4e771ec
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release notes
.. toctree::
:maxdepth: 2

releases/v6.0.3
releases/v6.0.2
releases/v6.0.1
releases/v6.0.0
Expand Down
14 changes: 14 additions & 0 deletions docs/releases/v6.0.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
What's new in Tornado 6.0.3
===========================

Jun 22, 2019
------------

Bug fixes
~~~~~~~~~

- `.gen.with_timeout` always treats ``asyncio.CancelledError`` as a
``quiet_exception`` (this improves compatibility with Python 3.8,
which changed ``CancelledError`` to a ``BaseException``).
- ``IOStream`` now checks for closed streams earlier, avoiding
spurious logged errors in some situations (mainly with websockets).

0 comments on commit 4e771ec

Please sign in to comment.