ignore the __pychache__ directory
[yelp-api-cdsw] / docs / requests-oauthlib-HISTORY.rst
1 History
2 -------
3
4 v0.4.0 (29 September 2013)
5 ++++++++++++++++++++++++++
6 - OAuth1Session methods only return unicode strings. #55.
7 - Renamed requests_oauthlib.core to requests_oauthlib.oauth1_auth for consistency. #79.
8 - Added Facebook compliance fix and access_token_response hook to OAuth2Session. #63.
9 - Added LinkedIn compliance fix.
10 - Added refresh_token_response compliance hook, invoked before parsing the refresh token.
11 - Correctly limit compliance hooks to running only once!
12 - Content type guessing should only be done when no content type is given
13 - OAuth1 now updates r.headers instead of replacing it with non case insensitive dict
14 - Remove last use of Response.content (in OAuth1Session). #44.

Benjamin Mako Hill || Want to submit a patch?