mirror of https://github.com/golang-jwt/jwt.git
documenting changes for upcoming 3.2.0 release
This commit is contained in:
parent
3265a9bebd
commit
b606e8202f
|
@ -1,5 +1,10 @@
|
||||||
## `jwt-go` Version History
|
## `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
|
#### 3.1.0
|
||||||
|
|
||||||
* Improvements to `jwt` command line tool
|
* Improvements to `jwt` command line tool
|
||||||
|
|
Loading…
Reference in New Issue