Update requests version, HISTORY.rst, prepare for 3.1.1 release

This commit is contained in:
Mike Helmick 2013-12-05 18:15:30 -05:00
parent 638f75b93d
commit c2068466af
4 changed files with 14 additions and 4 deletions

View file

@ -3,6 +3,16 @@
History
-------
3.1.1 (2013-12-05)
++++++++++++++++++
- Update `requests` version to 2.1.0.
- Fixed: Streaming issue where `Exceptions` in handlers or `on_success` which subclass `ValueError` would
previously be caught and reported as a JSON decoding problem, and
`on_error()` would be called (with status_code=200)
- Fixed issue where XML was returned when bad tokens were passed to `get_authorized_tokens`
- Fixed import for `setup` causing installation to fail on some devices (eg. Nokia N9/MeeGo)
3.1.0 (2013-09-25)
++++++++++++++++++