From f0fd09bf79e570fac4ede22a2bf19af66b678fe4 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Mon, 20 Sep 2021 09:09:45 -0600 Subject: [PATCH] Update What's New in 5.6 --- .../src/docs/asciidoc/_includes/about/whats-new.adoc | 7 +++++++ 1 file changed, 7 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 a4b8457020..959bb1f566 100644 --- a/docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc +++ b/docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc @@ -6,6 +6,10 @@ Below are the highlights of the release. [[whats-new-servlet]] === Servlet +* Core + +** Introduced https://github.com/spring-projects/spring-security/issues/10226[`SecurityContextChangedListener`] + * Configuration ** Introduced https://github.com/spring-projects/spring-security/pull/9630[`AuthorizationManager`] for method security @@ -14,6 +18,9 @@ Below are the highlights of the release. ** Added https://github.com/spring-projects/spring-security/pull/9483[SAML 2.0 Single Logout Support] ** Added https://github.com/spring-projects/spring-security/pull/10060[Saml2AuthenticationRequestRepository] +** Added https://github.com/spring-projects/spring-security/issues/9486[`RelyingPartyRegistrationResolver`] +** Improved ``Saml2LoginConfigurer``'s handling of https://github.com/spring-projects/spring-security/issues/10268[`Saml2AuthenticationTokenConverter`] + * OAuth 2.0 Login