added rsa change to version history

This commit is contained in:
Dave Grijalva 2015-07-20 10:25:27 -07:00
parent 011d5bb935
commit bcde77e55b
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
## `jwt-go` Version History
#### 3.0.0
* Dropped support for `[]byte` keys when using RSA signing methods. This convenience feature could contribute to security vulnerabilities involving mismatched key types with signing methods.
#### 2.3.0
* Added support for ECDSA signing methods