Update AUTHORS, HISTORY, DeprecationWarning on update_status_with_media

This commit is contained in:
Mike Helmick 2014-10-30 11:07:18 -04:00
parent 8548a31238
commit 23a0b62f2c
3 changed files with 17 additions and 2 deletions

View file

@ -11,8 +11,10 @@ History
- `cursor` now uses while loop rather than recursion
- Fixed issue where Twython was unnecessarily disabling compression
- Using `responses` to mock API calls in tests
- Fixed some typos in documentation
- Added retry_after attribute to TwythonRateLimitError
- Fixed some typos in documentation
- Added `retry_after` attribute to `TwythonRateLimitError`
- Added `upload_media` method to `Twython` in favor of `update_with_media`
- Deprecating `update_with_media` per Twitter API 1.1 (https://dev.twitter.com/rest/reference/post/statuses/update_with_media)
3.1.2 (2013-12-05)