Changing versions, adding AUTHORS & HISTORY

This commit is contained in:
Mike Helmick 2014-08-12 13:38:20 -04:00
parent 6662ff4061
commit 8548a31238
5 changed files with 26 additions and 7 deletions

View file

@ -3,6 +3,18 @@
History
-------
3.2.0 (2014-08-xx)
++++++++++++++++++
- PEP8'd some code
- Added `lookup_status` function to `endpoints.py`
- Added keyword argument to `cursor` to return full pages rather than individual results
- `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
3.1.2 (2013-12-05)
++++++++++++++++++