version notes for 1.3.0

This commit is contained in:
Dave Grijalva 2015-07-16 14:10:27 -07:00
parent e5cb38552f
commit 9fe8afe96d
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
## `jwt-go` Version History
#### 2.3.0
* Added support for ECDSA signing methods
* Added support for RSA PSS signing methods (requires go v1.4)
#### 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.