We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 590f903 commit aa83daaCopy full SHA for aa83daa
CHANGELOG.md
@@ -6,8 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
7
[Unreleased][unreleased]
8
-------------------------------------------------------------------------
9
-### Changed
10
### Fixed
+- 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.
15
16
[v1.1.0][1.1.0]
17
0 commit comments