File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Release notes
4
4
.. toctree ::
5
5
:maxdepth: 2
6
6
7
+ releases/v3.0.1
7
8
releases/v3.0.0
8
9
releases/v2.4.1
9
10
releases/v2.4.0
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments