From a487ef2d74052f7e8efeafb535e22699b94588d6 Mon Sep 17 00:00:00 2001 From: Steve Riesenberg Date: Thu, 14 Oct 2021 14:26:48 -0500 Subject: [PATCH] Add JwtEncoder to What's New in 5.6 --- docs/modules/ROOT/pages/whats-new.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/ROOT/pages/whats-new.adoc b/docs/modules/ROOT/pages/whats-new.adoc index 535f20bc517..98e5745176f 100644 --- a/docs/modules/ROOT/pages/whats-new.adoc +++ b/docs/modules/ROOT/pages/whats-new.adoc @@ -32,6 +32,7 @@ Below are the highlights of the release. ** Improved https://github.com/spring-projects/spring-security/pull/9791[Client Credentials encoding] ** Improved https://github.com/spring-projects/spring-security/pull/9779[Access Token Response parsing] ** Added https://github.com/spring-projects/spring-security/pull/10155[custom grant types support] for Authorization Requests +** Introduced https://github.com/spring-projects/spring-security/pull/9208[JwtEncoder] * Testing