summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2015-08-16 15:11:48 +0300
committerOmer Katz <omer.drow@gmail.com>2015-08-16 15:18:01 +0300
commit79722b2aa0b191db4a345ce29095b70d92ded140 (patch)
treee5d1d66dac5dac1e8cec1d4bfdb412960579e4a0 /CHANGELOG.rst
parent740d6b3415554a246e3dff944aafc584ec211466 (diff)
downloadoauthlib-79722b2aa0b191db4a345ce29095b70d92ded140.tar.gz
Updated changelog and bumped to 1.0.31.0.3
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 75bea04..614bd69 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,11 @@
Changelog
=========
+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).
+
1.0.2 (2015-08-10)
------------------
* (Fix) Allow client secret to be null for public applications that do not mandate it's specification in the query parameters.