From: Ben Darnell Date: Wed, 18 Jan 2012 09:00:06 +0000 (-0800) Subject: Release note updates for twitter client changes X-Git-Tag: v2.2.0~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97b4b15cdab3b4c2385470ca613e21390eac7691;p=thirdparty%2Ftornado.git Release note updates for twitter client changes --- diff --git a/website/sphinx/releases/next.rst b/website/sphinx/releases/next.rst index d1d0802fa..1fd9e82fc 100644 --- a/website/sphinx/releases/next.rst +++ b/website/sphinx/releases/next.rst @@ -92,3 +92,8 @@ Other modules * `tornado.version_info` is now a four-tuple so official releases can be distinguished from development branches. * `tornado.curl_httpclient` now accepts non-integer timeouts. +* `tornado.auth.TwitterMixin.authenticate_redirect` now takes a + ``callback_uri`` parameter. +* `tornado.auth.TwitterMixin.twitter_request` now accepts both URLs and + partial paths (complete URLs are useful for the search API which follows + different patterns).