version notes for 2.2.0

This commit is contained in:
Dave Grijalva 2014-10-11 13:58:31 -07:00
parent 4beb9b5850
commit 8c45ba33b0
1 changed files with 4 additions and 0 deletions

View File

@ -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.