summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPieter Ennes <pieter@authentiq.com>2018-03-18 10:35:08 +0000
committerPieter Ennes <pieter@authentiq.com>2018-03-19 15:47:51 +0000
commit9d398229755e05e07c4d063a167a858236a200c5 (patch)
treec97c1d9178d4ec39141d5cbd20724d67d64cc6a5 /CHANGELOG.rst
parent43b66d8e60ed44b40b895f7e6d974665ccb43f82 (diff)
downloadoauthlib-9d398229755e05e07c4d063a167a858236a200c5.tar.gz
Update changelog for 2.0.7.
(cherry picked from commit e7b906a)
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 9ced51a..7389af0 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,7 +1,7 @@
Changelog
=========
-2.0.7 (2018-03-09)
+2.0.7 (2018-03-19)
------------------
* Moved oauthlib into new organization on GitHub.
@@ -9,9 +9,15 @@ Changelog
* When deploying a release to PyPI, include the wheel distribution. (#496)
* Check access token in self.token dict. (#500)
* Added bottle-oauthlib to docs. (#509)
-* Updated docs for organization change. (#515)
* Update repository location in Travis. (#514)
+* Updated docs for organization change. (#515)
* Replace G+ with Gitter. (#517)
+* Update requirements. (#518)
+* Add shields for Python versions, license and RTD. (#520)
+* Fix ReadTheDocs build (#521).
+* Fixed "make" command to test upstream with local oauthlib. (#522)
+* Replace IRC notification with Gitter Hook. (#523)
+* Added Github Releases deploy provider. (#523)
2.0.6 (2017-10-20)
------------------