From 5b3e9ec4a3dd086d0e7e0b8531a335ee4a7f141f Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Mon, 8 Apr 2013 22:22:34 -0400 Subject: [PATCH] Add 3.0.1 release notes. --- docs/releases.rst | 1 + docs/releases/v3.0.1.rst | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 docs/releases/v3.0.1.rst diff --git a/docs/releases.rst b/docs/releases.rst index d3b6cbdba..bdce355e0 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -4,6 +4,7 @@ Release notes .. toctree:: :maxdepth: 2 + releases/v3.0.1 releases/v3.0.0 releases/v2.4.1 releases/v2.4.0 diff --git a/docs/releases/v3.0.1.rst b/docs/releases/v3.0.1.rst new file mode 100644 index 000000000..b2ceda1ee --- /dev/null +++ b/docs/releases/v3.0.1.rst @@ -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. -- 2.47.2