File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1818
1919### Fixed
2020
21- - Guard against PKCS1 PEM encododed public keys
22- - Add deprecation warning when decoding without specifying ` algorithms `
21+ - Guard against PKCS1 PEM encododed public keys [ #277 ] [ 277 ]
22+ - Add deprecation warning when decoding without specifying ` algorithms ` [ #277 ] [ 277 ]
23+ - Improve deprecation messages [ #270 ] [ 270 ]
24+ - PyJWT.decode: move verify param into options [ #271 ] [ 271 ]
2325
2426### Added
2527
@@ -173,3 +175,6 @@ rarely used. Users affected by this should upgrade to 3.3+.
173175[ 238 ] : https://github.com/jpadilla/pyjwt/pull/238
174176[ 262 ] : https://github.com/jpadilla/pyjwt/pull/262
175177[ 264 ] : https://github.com/jpadilla/pyjwt/pull/264
178+ [ 270 ] : https://github.com/jpadilla/pyjwt/pull/270
179+ [ 271 ] : https://github.com/jpadilla/pyjwt/pull/271
180+ [ 277 ] : https://github.com/jpadilla/pyjwt/pull/277
You can’t perform that action at this time.
0 commit comments