From 098b5b5cb5911ef9624a30d81b61fee319b42089 Mon Sep 17 00:00:00 2001 From: Josh Roesslein Date: Tue, 18 Aug 2009 16:47:17 -0500 Subject: [PATCH] Update roadmap and changes. --- CHANGES | 1 + ROADMAP | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) 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] -- 2.25.1