Skip to content

Commit 6c9cada

Browse files
committed
Update CHANGELOG.md
1 parent a68752d commit 6c9cada

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)