From bf9a837b9a3c936fa3c0485f3f3b84231a748ec9 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 22 Mar 2016 22:32:49 -0500 Subject: [PATCH] Polish What's New Issue gh-3768 --- docs/manual/src/docs/asciidoc/index.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/manual/src/docs/asciidoc/index.adoc b/docs/manual/src/docs/asciidoc/index.adoc index 57d01b54ad..a6178d968d 100644 --- a/docs/manual/src/docs/asciidoc/index.adoc +++ b/docs/manual/src/docs/asciidoc/index.adoc @@ -373,12 +373,18 @@ This will give you access to the entire project history (including all releases == What's New in Spring Security 4.1 * <> +* <> +* <> +* Added `ForwardAuthenticationFailureHandler` & `ForwardAuthenticationSuccessHandler` +* SCrypt support with `SCryptPasswordEncoder` * Meta Annotation Support ** <> ** <> * <> +* <> allows specifying the `UserDetailsService` bean name * <> * <> +* Moved to GitHub issues [[jc]]