Updated changelog to reflect fix for #7

This commit is contained in:
Les Hazlewood 2014-10-28 17:49:31 -07:00
parent 5540d5ded0
commit bbc6cebd4f
1 changed files with 2 additions and 1 deletions

View File

@ -90,7 +90,8 @@ These feature sets will be implemented in a future release when possible. Commu
### 0.3
Parsing an expired Claims JWT or JWS (as determined by the `exp` claims field) will now throw an `ExpiredJwtException`.
- [Issue 6](https://github.com/jwtk/jjwt/issues/6): Parsing an expired Claims JWT or JWS (as determined by the `exp` claims field) will now throw an `ExpiredJwtException`.
- [Issue 7](https://github.com/jwtk/jjwt/issues/7): Parsing a premature Claims JWT or JWS (as determined by the `nbf` claims field) will now throw a `PrematureJwtException`.
### 0.2