From: Josh Roesslein Date: Tue, 18 Aug 2009 21:47:17 +0000 (-0500) Subject: Update roadmap and changes. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=098b5b5cb5911ef9624a30d81b61fee319b42089;p=tweepy.git Update roadmap and changes. --- diff --git a/CHANGES b/CHANGES index b38b357..23c3f6b 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,7 @@ during upgrade will be listed here. which is now autodetected. + added new() method. shortcut for setting up new API instances example: API.new(auth='basic', username='testuser', password='testpass') + + update_profile_image() and update_profile_background_image() method added. + Fixes + User.following is now set to False instead of None when user is not followed. diff --git a/ROADMAP b/ROADMAP index 3a30a6a..d6aec90 100644 --- a/ROADMAP +++ b/ROADMAP @@ -2,8 +2,7 @@ The plan of attack for the next version of Tweepy. 1.0 -> 1.0.1 ============ -+ changing profile and background images -+ full coverage of current code in tests ++ changing profile and background images [DONE] + prepare for social graph changes mentioned on mailinglist + finish search api + autodetect authenticated user's ID [DONE]