From 21f9876d879aefaad125c269a52d9b137c2b70e0 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Fri, 9 Apr 2021 19:36:43 +0200 Subject: [PATCH] Add WebFlux section to What's New Closes gh-9590 --- docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc | 5 +++++ 1 file changed, 5 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 3af3be10c6..e8c05282c2 100644 --- a/docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc +++ b/docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc @@ -19,3 +19,8 @@ Below are the highlights of the release. * Kotlin DSL ** Added https://github.com/spring-projects/spring-security/issues/9319[rememberMe support] + +[[whats-new-webflux]] +=== WebFlux + +** Added https://github.com/spring-projects/spring-security/issues/8143[Kotlin coroutine support] for `EnableReactiveMethodSecurity`