Skip to content

Commit

Permalink
version notes for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrijalva committed Jul 16, 2015
1 parent e5cb385 commit 9fe8afe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions VERSION_HISTORY.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 9fe8afe

Please sign in to comment.