summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorHsiaoming Yang <me@lepture.com>2017-10-19 00:27:41 +0900
committerHsiaoming Yang <me@lepture.com>2017-10-19 00:27:41 +0900
commitfb7ec207b17e0cacf52f9f3c2643c4b9036d827c (patch)
treeb3ae03ad84e08e6d6cb672aad50bec5b8df71c4b /CHANGELOG.rst
parent1dcea0406affbcbf28e6e8f4a5307adf6bca46d1 (diff)
downloadoauthlib-fb7ec207b17e0cacf52f9f3c2643c4b9036d827c.tar.gz
Version bump 2.0.5v2.0.5
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 397fc07..8a20f92 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,12 @@
Changelog
=========
+2.0.5 (2017-10-19)
+------------------
+
+* Fix OAuth2Error.response_mode for #463.
+* Documentation improvement.
+
2.0.4 (2017-09-17)
------------------
* Fixed typo that caused OAuthlib to crash because of the fix in "Address missing OIDC errors and fix a typo in the AccountSelectionRequired exception".