Fixes #193, fixed when Warning is raised, fixed error raising, version bump
- Added `get_retweeters_ids` method - Fixed `TwythonDeprecationWarning` on camelCase functions if the camelCase was the same as the PEP8 function (i.e. ``Twython.retweet`` did not change) - Fixed error message bubbling when error message returned from Twitter was not an array (i.e. if you try to retweet something twice, the error is not found at index 0)
This commit is contained in:
parent
f0f0d12a60
commit
5534ea2480
5 changed files with 17 additions and 4 deletions
|
|
@ -1,6 +1,12 @@
|
|||
History
|
||||
-------
|
||||
|
||||
2.10.0 (2013-05-xx)
|
||||
++++++++++++++++++
|
||||
- Added ``get_retweeters_ids`` method
|
||||
- Fixed ``TwythonDeprecationWarning`` on camelCase functions if the camelCase was the same as the PEP8 function (i.e. ``Twython.retweet`` did not change)
|
||||
- Fixed error message bubbling when error message returned from Twitter was not an array (i.e. if you try to retweet something twice, the error is not found at index 0)
|
||||
|
||||
2.9.1 (2013-05-04)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue