diff --git a/docs/manual/src/docs/asciidoc/index.adoc b/docs/manual/src/docs/asciidoc/index.adoc index 045d82ceef..99e1cd7e2b 100644 --- a/docs/manual/src/docs/asciidoc/index.adoc +++ b/docs/manual/src/docs/asciidoc/index.adoc @@ -411,6 +411,7 @@ Below are the highlights of the release. ** Support for customizing when the `SecurityContext` is setup in the test For example, `@WithMockUser(setupBefore = TestExecutionEvent.TEST_EXECUTION)` will setup a user after JUnit's `@Before` and before the test executes. ** `@WithUserDetails` now works with `ReactiveUserDetailsService` +* <> - added support for `BadCredentialsException` [[samples]]