projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b632957
)
Update change log.
author
Josh Roesslein
<jroesslein@gmail.com>
Thu, 1 Oct 2009 20:47:45 +0000
(15:47 -0500)
committer
Josh Roesslein
<jroesslein@gmail.com>
Thu, 1 Oct 2009 20:47:45 +0000
(15:47 -0500)
CHANGES
patch
|
blob
|
blame
|
history
diff --git
a/CHANGES
b/CHANGES
index 83ec47f6f4376ff2bd1be539c28f6f09be00a95f..be4d16d801141a4754865059e3cc9b2572113dfc 100644
(file)
--- 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.