Add 3.1.1 release notes.

This commit is contained in:
Ben Darnell 2013-09-01 14:20:03 -04:00
parent 3755fb840c
commit 203f3b8583
2 changed files with 11 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Release notes
.. toctree::
:maxdepth: 2
releases/v3.1.1
releases/v3.1.0
releases/v3.0.2
releases/v3.0.1

10
docs/releases/v3.1.1.rst Normal file
View File

@ -0,0 +1,10 @@
What's new in Tornado 3.1.1
===========================
Sep 1, 2013
-----------
* `.StaticFileHandler` no longer fails if the client requests a ``Range`` that
is larger than the entire file (Facebook has a crawler that does this).
* `.RequestHandler.on_connection_close` now works correctly on subsequent
requests of a keep-alive connection.