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]]