forked from tornadoweb/tornado
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
What's new in Tornado 3.0.1 | ||
=========================== | ||
|
||
Apr 8, 2013 | ||
----------- | ||
|
||
* The interface of `tornado.auth.FacebookGraphMixin` is now consistent | ||
with its documentation and the rest of the module. The | ||
``get_authenticated_user`` and ``facebook_request`` methods return a | ||
``Future`` and the ``callback`` argument is optional. | ||
* The `tornado.testing.gen_test` decorator will no longer be recognized | ||
as a (broken) test by ``nose``. | ||
* Work around a bug in Ubuntu 13.04 betas involving an incomplete backport | ||
of the `ssl.match_hostname` function. | ||
* `tornado.testing.LogTrapTestCase` once again works with byte strings | ||
on Python 2. | ||
* The ``request`` attribute of `tornado.httpclient.HTTPResponse` is | ||
now always an `~tornado.httpclient.HTTPRequest`, never a ``_RequestProxy``. | ||
* Exceptions raised by the `tornado.gen` module now have better messages | ||
when tuples are used as callback keys. |