Updated AUTHORS, HISTORY; added ssl_verify; removed _media_update

- Added @jvanasco to the AUTHORS.rst
- Updated History
- Removed _media_update internal function
- Twython now takes ssl_verify param
This commit is contained in:
Mike Helmick 2013-04-23 19:43:05 -04:00
parent a451db43c1
commit 776e02b071
4 changed files with 30 additions and 23 deletions

View file

@ -38,3 +38,4 @@ Patches and Suggestions
- `Virendra Rajput <https://github.com/bkvirendra>`_, Fixed unicode (json) encoding in twython.py 2.7.2.
- `Paul Solbach <https://github.com/hansenrum>`_, fixed requirement for oauth_verifier
- `Greg Nofi <https://github.com/nofeet>`_, fixed using built-in Exception attributes for storing & retrieving error message
- `Jonathan Vanasco <https://github.com/jvanasco>`_, Debugging support, error_code tracking, Twitter error API tracking, other fixes