Skip to content

Commit b68577a

Browse files
cmeerenabatishchev
andauthored
Added note about breaking changes in 10.0.0 (#467)
* Update CHANGELOG.md --------- Co-authored-by: Alexander Batishchev <[email protected]>
1 parent 3d59207 commit b68577a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414

1515
# 10.0.0
1616

17+
- **Breaking:** Made System.Text.Json the default serializer on the platforms where it's available
18+
- **Breaking:** Made verify=true by default in IJwtDecoder methods
19+
1720
- Made NoneAlgorithm not requiring any keys as it is not signed
1821
- Added option to select default serializer, Newtonsoft.Json or System.Text.Json (#433)
1922
- Renamed default IdentityFactory in Jwt.Extensions.AspNetCore, opened up for inheritance, extension (#428)
2023
- Added Encode(T) and Encode(Type, object) to JwtBuilder (#415)
2124
- Updated Newtonsoft.Json to version 13.0.1
2225
- Fixed typos in exception messages
23-
- Made verify=true by default in IJwtDecoder methods

0 commit comments

Comments
 (0)