From 5ae492b1c17de3a45f1f03480295ef093437e036 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 8 Sep 2022 09:48:52 -0500 Subject: [PATCH] Add What's New @WithMockUser Supported as Merged Annotation --- docs/modules/ROOT/pages/whats-new.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/whats-new.adoc b/docs/modules/ROOT/pages/whats-new.adoc index c03f6221f37..52c021899e0 100644 --- a/docs/modules/ROOT/pages/whats-new.adoc +++ b/docs/modules/ROOT/pages/whats-new.adoc @@ -4,4 +4,5 @@ Spring Security 5.8 provides a number of new features. Below are the highlights of the release. -[[whats-new-servlet]] +* https://github.com/spring-projects/spring-security/pull/11782[gh-11782] - @WithMockUser Supported as Merged Annotation +