From 220de601420f6ebd174d493911a04aeef23c63b4 Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Mon, 20 Sep 2021 12:18:27 -0300 Subject: [PATCH] Update What's New in 5.6 --- 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 959bb1f566..3117f3dad1 100644 --- a/docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc +++ b/docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc @@ -32,6 +32,10 @@ Below are the highlights of the release. ** 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 +* Testing + +** Added support to https://github.com/spring-projects/spring-security/pull/9737[propagate the TestSecurityContextHolder to SecurityContextHolder] + [[whats-new-webflux]] === WebFlux