]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Release note updates for twitter client changes
authorBen Darnell <ben@bendarnell.com>
Wed, 18 Jan 2012 09:00:06 +0000 (01:00 -0800)
committerBen Darnell <ben@bendarnell.com>
Wed, 18 Jan 2012 09:00:06 +0000 (01:00 -0800)
website/sphinx/releases/next.rst

index d1d0802faa4f527a46fca0d20b9f86ea54f628e5..1fd9e82fcefdad9377c2099c65bd6b9318158073 100644 (file)
@@ -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).