Update roadmap and changes.
authorJosh Roesslein <jroesslein@gmail.com>
Tue, 18 Aug 2009 21:47:17 +0000 (16:47 -0500)
committerJosh Roesslein <jroesslein@gmail.com>
Tue, 18 Aug 2009 21:47:17 +0000 (16:47 -0500)
CHANGES
ROADMAP

diff --git a/CHANGES b/CHANGES
index b38b3572b7d79854a7358477fd45c79b6e9117f8..23c3f6b9dd102f45940ab6cb6f4ed4341f2e7f99 100644 (file)
--- 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 3a30a6ae77b27c715c96f84a9f1334386e7761cd..d6aec9003c4e44ebe6c2f48aed961770073c129e 100644 (file)
--- 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]