documenting changes for upcoming 3.2.0 release

This commit is contained in:
Dave Grijalva 2018-03-08 11:16:21 -08:00
parent 3265a9bebd
commit b606e8202f
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
## `jwt-go` Version History
#### 3.2.0
* Added method `ParseUnverified` to allow users to split up the tasks of parsing and validation
* HMAC signing method returns `ErrInvalidKeyType` instead of `ErrInvalidKey` where appropriate
#### 3.1.0
* Improvements to `jwt` command line tool