summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2016-04-11 12:49:02 +0300
committerOmer Katz <omer.drow@gmail.com>2016-04-11 12:51:05 +0300
commit8d35dc007fea413b37ec96e90a6380746ec39773 (patch)
treeaa5d1d17c78e7e6ab41e08f67858cc990d083f37 /CHANGELOG.rst
parente4690650b63c5e1fb3e5dfb63319b51498bcc119 (diff)
downloadoauthlib-8d35dc007fea413b37ec96e90a6380746ec39773.tar.gz
Bumped version to 1.1.1.1.0
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 614bd69..0f5e67f 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,10 +1,20 @@
Changelog
=========
+1.1.0 (2016-04-11)
+------------------
+* (Fix) '(', ')', '/' and '?' are now safe characters in url encoded strings.
+* (Enhancement) Added support for specifying if refresh tokens should be created on authorization code grants.
+* (Fix) OAuth2Token now handles None scopes correctly.
+* (Fix) Request token is now available for OAuth 1.
+* (Enhancement) OAuth2Token is declared with __slots__ for smaller memory footprint.
+* (Enhancement) RefreshTokenGrant now allows to set issue_new_refresh_tokens.
+* Documentation improvements and fixes.
+
1.0.3 (2015-08-16)
------------------
* (Fix) Changed the documented return type of the ```invalidate_request_token()``` method from the RSA key to None since nobody is using the return type.
-* (Enhancement) Added a validator log that will store what the endpoint has computed for debugging and logging purposes (OAuth 1 only for now).
+* (Enhancement) Added a validator log that will store what the endpoint has computed for debugging and logging purposes (OAuth 1 only for now).
1.0.2 (2015-08-10)
------------------