From c3739ff79982f3083d875c59acd33c1462a6b3b0 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Fri, 9 Apr 2021 15:27:40 +0200 Subject: [PATCH] Add Configuration section to What's New Closes gh-9588 --- docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc b/docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc index c3474090fb..1f80dbb2ea 100644 --- a/docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc +++ b/docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc @@ -11,3 +11,7 @@ Below are the highlights of the release. ** Added support for https://github.com/spring-projects/spring-security/pull/9520[Jwt Client Authentication] `private_key_jwt` and `client_secret_jwt` ** Added https://github.com/spring-projects/spring-security/pull/9535[Jwt Bearer Authorization Grant] support ** Added https://github.com/spring-projects/spring-security/pull/8765[R2DBC implementation] of `ReactiveOAuth2AuthorizedClientService` + +* Configuration + +** Introduced https://github.com/spring-projects/spring-security/issues/9205[DispatcherType request matcher]