From: Josh Roesslein Date: Thu, 1 Oct 2009 20:47:45 +0000 (-0500) Subject: Update change log. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e47673144e666d7533cb76105643f0b3d8288a82;p=tweepy.git Update change log. --- diff --git a/CHANGES b/CHANGES index 83ec47f..be4d16d 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,7 @@ during upgrade will be listed here. Calls not using the 'cursor' parameter are not changed in the way they return. + API.friends_ids and API.followers_ids now return a list of integers. Parser updated to handle cursor responses. See above. + + Fix Status.source_url parsing + Cursor Added the Cursor object to help with pagination within the API. Please see the pagination tutorial for more details.