mirror of https://github.com/golang-jwt/jwt.git
version notes for 2.2.0
This commit is contained in:
parent
4beb9b5850
commit
8c45ba33b0
|
@ -1,5 +1,9 @@
|
|||
## `jwt-go` Version History
|
||||
|
||||
#### 2.2.0
|
||||
|
||||
* Gracefully handle a `nil` `Keyfunc` being passed to `Parse`. Result will now be the parsed token and an error, instead of a panic.
|
||||
|
||||
#### 2.1.0
|
||||
|
||||
Backwards compatible API change that was missed in 2.0.0.
|
||||
|
|
Loading…
Reference in New Issue