mirror of https://github.com/jwtk/jjwt.git
Add notes about Jackson version update in release notes: #642
This commit is contained in:
parent
6b2843bded
commit
9007ae7c98
|
@ -1,10 +1,11 @@
|
||||||
## Release Notes
|
## Release Notes
|
||||||
|
|
||||||
### 0.11.3
|
### 0.11.3 (pending release)
|
||||||
|
|
||||||
This patch release:
|
This patch release:
|
||||||
|
|
||||||
* Adds additional handling for rare JSON parsing exceptions and wraps them in a `JwtException` to allow the application to handle these conditions as JWT concerns.
|
* Adds additional handling for rare JSON parsing exceptions and wraps them in a `JwtException` to allow the application to handle these conditions as JWT concerns.
|
||||||
|
* Upgrades the `jjwt-jackson` module's Jackson dependency to `2.9.10.7`.
|
||||||
|
|
||||||
### 0.11.2
|
### 0.11.2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue