From 7b6bb7f0d512054d7ffb6a03f60cd41b7c30bacd Mon Sep 17 00:00:00 2001 From: DV Date: Tue, 2 Apr 2024 19:49:29 +0300 Subject: [PATCH] docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ecbb52ab..57b68114 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Library is fully FIPS compliant since v2.1 ## Important upgrade notes > :warning: **v4 -> v5**: > - JWK EC keys now bridges to `ECDsa` by default instead of `CngKey` on .net 4.7.2+ and netstandard2.1+ +> - `Jwk.ToJson()` / `Jwk.FromJson()` now defaults to `JWT.DefaultSettings.JsonMapper` if not provided explicitly. > - Deflate decompression is limited to 250Kb by default. Check out [customization section](#customizing-compression) if need more.