docs: 5.1.1 release notes
This commit is contained in:
parent
85101abcdd
commit
c296675ccf
|
@ -4,6 +4,7 @@ Release notes
|
|||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
releases/v5.1.1
|
||||
releases/v5.1.0
|
||||
releases/v5.0.2
|
||||
releases/v5.0.1
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
What's new in Tornado 5.1.1
|
||||
===========================
|
||||
|
||||
Sep 16, 2018
|
||||
------------
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
- Fixed an case in which the `.Future` returned by
|
||||
`.RequestHandler.finish` could fail to resolve.
|
||||
- The `.TwitterMixin.authenticate_redirect` method works again.
|
||||
- Improved error handling in the `tornado.auth` module, fixing hanging
|
||||
requests when a network or other error occurs.
|
Loading…
Reference in New Issue