Skip to content

Commit

Permalink
Release notes for 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Mar 23, 2019
1 parent 8977c42 commit 4c66e60
Show file tree
Hide file tree
Showing 2 changed files with 14 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.2
releases/v6.0.1
releases/v6.0.0
releases/v5.1.1
Expand Down
13 changes: 13 additions & 0 deletions docs/releases/v6.0.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
What's new in Tornado 6.0.2
===========================

Mar 23, 2019
------------

Bug fixes
~~~~~~~~~

- `.WebSocketHandler.set_nodelay` works again.
- Accessing ``HTTPResponse.body`` now returns an empty byte string
instead of raising ``ValueError`` for error responses that don't
have a body (it returned None in this case in Tornado 5).

0 comments on commit 4c66e60

Please sign in to comment.