import requests_oauthlib (a dependency)
[yelp-api-cdsw] / docs / requests-oauthlib-HISTORY.rst
diff --git a/docs/requests-oauthlib-HISTORY.rst b/docs/requests-oauthlib-HISTORY.rst
new file mode 100644 (file)
index 0000000..3cc6cca
--- /dev/null
@@ -0,0 +1,14 @@
+History
+-------
+
+v0.4.0 (29 September 2013)
+++++++++++++++++++++++++++
+- OAuth1Session methods only return unicode strings. #55.
+- Renamed requests_oauthlib.core to requests_oauthlib.oauth1_auth for consistency. #79.
+- Added Facebook compliance fix and access_token_response hook to OAuth2Session. #63.
+- Added LinkedIn compliance fix.
+- Added refresh_token_response compliance hook, invoked before parsing the refresh token.
+- Correctly limit compliance hooks to running only once!
+- Content type guessing should only be done when no content type is given
+- OAuth1 now updates r.headers instead of replacing it with non case insensitive dict
+- Remove last use of Response.content (in OAuth1Session). #44.

Benjamin Mako Hill || Want to submit a patch?