File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1313- Added back ` verify_expiration= ` argument to ` jwt.decode() ` that was erroneously removed in [ v1.1.0] [ 1.1.0 ] .
1414
1515
16+ ### Changed
17+ - Refactored JWS-specific logic out of PyJWT and into PyJWS superclass. [ #141 ] [ 141 ]
18+
1619### Deprecated
1720- ` verify_expiration= ` argument to ` jwt.decode() ` is now deprecated and will be removed in a future version. Use the ` option= ` argument instead.
1821
@@ -68,3 +71,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6871[ 131 ] : https://github.com/jpadilla/pyjwt/pull/131
6972[ 132 ] : https://github.com/jpadilla/pyjwt/pull/132
7073[ 128 ] : https://github.com/jpadilla/pyjwt/pull/128
74+ [ 141 ] : https://github.com/jpadilla/pyjwt/pull/141
You can’t perform that action at this time.
0 commit comments