Skip to content

Commit aa83daa

Browse files
committed
Update CHANGELOG.md
1 parent 590f903 commit aa83daa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
[Unreleased][unreleased]
88
-------------------------------------------------------------------------
9-
### Changed
109
### Fixed
10+
- Added back `verify_expiration=` argument to `jwt.decode()` that was erroneously removed in [v1.1.0][1.1.0].
11+
12+
13+
### Deprecated
14+
- `verify_expiration=` argument to `jwt.decode()` is now deprecated and will be removed in a future version. Use the `option=` argument instead.
1115

1216
[v1.1.0][1.1.0]
1317
-------------------------------------------------------------------------

0 commit comments

Comments
 (0)