summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2017-05-18 23:37:26 -0400
committerGitHub <noreply@github.com>2017-05-18 23:37:26 -0400
commitea1f87bea3ef906b52380547df15a0c47b6f8812 (patch)
tree354ed30815ccf7df04e22f3646906145735942c4
parent328b3d8566fdf18da7c6d9a92e7d6e86d057f6f8 (diff)
downloadpyjwt-ea1f87bea3ef906b52380547df15a0c47b6f8812.tar.gz
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04e5259..794fe43 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,8 +8,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
-------------------------------------------------------------------------
### Changed
+- Change optparse for argparse. [#238][238]
+
### Fixed
+### Added
+
+- Support for Python 3.6 [#262][262]
+- Expose jwt.InvalidAlgorithmError [#264][264]
+
[v1.5.0][1.5.0]
-------------------------------------------------------------------------
### Changed
@@ -153,3 +160,6 @@ rarely used. Users affected by this should upgrade to 3.3+.
[196]: https://github.com/jpadilla/pyjwt/pull/196
[187]: https://github.com/jpadilla/pyjwt/pull/187
[230]: https://github.com/jpadilla/pyjwt/pull/230
+[238]: https://github.com/jpadilla/pyjwt/pull/238
+[262]: https://github.com/jpadilla/pyjwt/pull/262
+[264]: https://github.com/jpadilla/pyjwt/pull/264