Skip to content

Commit 5b3e9ec

Browse files
committed
Add 3.0.1 release notes.
1 parent d42ccf0 commit 5b3e9ec

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

docs/releases.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Release notes
44
.. toctree::
55
:maxdepth: 2
66

7+
releases/v3.0.1
78
releases/v3.0.0
89
releases/v2.4.1
910
releases/v2.4.0

docs/releases/v3.0.1.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
What's new in Tornado 3.0.1
2+
===========================
3+
4+
Apr 8, 2013
5+
-----------
6+
7+
* The interface of `tornado.auth.FacebookGraphMixin` is now consistent
8+
with its documentation and the rest of the module. The
9+
``get_authenticated_user`` and ``facebook_request`` methods return a
10+
``Future`` and the ``callback`` argument is optional.
11+
* The `tornado.testing.gen_test` decorator will no longer be recognized
12+
as a (broken) test by ``nose``.
13+
* Work around a bug in Ubuntu 13.04 betas involving an incomplete backport
14+
of the `ssl.match_hostname` function.
15+
* `tornado.testing.LogTrapTestCase` once again works with byte strings
16+
on Python 2.
17+
* The ``request`` attribute of `tornado.httpclient.HTTPResponse` is
18+
now always an `~tornado.httpclient.HTTPRequest`, never a ``_RequestProxy``.
19+
* Exceptions raised by the `tornado.gen` module now have better messages
20+
when tuples are used as callback keys.

0 commit comments

Comments
 (0)