summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2017-06-22 10:55:06 -0400
committerJosé Padilla <jpadilla@webapplicate.com>2017-06-22 10:55:06 -0400
commit8bd4f6ed67f9fd92cd5d5775a1bc2ce253b5430f (patch)
treeed42a7c65a0bbd047f76becbee36981f56eb7d11
parenteb3f58103831630f499e331de6e6938c84945a79 (diff)
downloadpyjwt-8bd4f6ed67f9fd92cd5d5775a1bc2ce253b5430f.tar.gz
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 654fa37..ce99516 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,8 +18,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
-- Guard against PKCS1 PEM encododed public keys
-- Add deprecation warning when decoding without specifying `algorithms`
+- Guard against PKCS1 PEM encododed public keys [#277][277]
+- Add deprecation warning when decoding without specifying `algorithms` [#277][277]
+- Improve deprecation messages [#270][270]
+- PyJWT.decode: move verify param into options [#271][271]
### Added
@@ -173,3 +175,6 @@ rarely used. Users affected by this should upgrade to 3.3+.
[238]: https://github.com/jpadilla/pyjwt/pull/238
[262]: https://github.com/jpadilla/pyjwt/pull/262
[264]: https://github.com/jpadilla/pyjwt/pull/264
+[270]: https://github.com/jpadilla/pyjwt/pull/270
+[271]: https://github.com/jpadilla/pyjwt/pull/271
+[277]: https://github.com/jpadilla/pyjwt/pull/277