From 501d5ff49753ab768f6b6db53b1ee770327ab203 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Mon, 12 Apr 2021 15:51:24 -0600 Subject: [PATCH] Removed Method Security AuthorizationManager from What's New Issue gh-9596 --- docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2be7d1668f..091b99142f 100644 --- a/docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc +++ b/docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc @@ -30,7 +30,7 @@ Below are the highlights of the release. * Configuration ** Introduced https://github.com/spring-projects/spring-security/issues/9205[DispatcherType request matcher] -** Introduced https://github.com/spring-projects/spring-security/issues/8900[`AuthorizationManager`] and applied it to filter and https://github.com/spring-projects/spring-security/issues/9289[method security] +** Introduced https://github.com/spring-projects/spring-security/issues/8900[`AuthorizationManager`] for filter security * Kotlin DSL