From 2b4a3a85f964a7fbcc789ce40be8fbd1cbb569b3 Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Tue, 20 Sep 2022 08:32:30 -0300 Subject: [PATCH] Update What's New for 6.0 --- 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 4fb056bbc6..5523c8bd8b 100644 --- a/docs/modules/ROOT/pages/whats-new.adoc +++ b/docs/modules/ROOT/pages/whats-new.adoc @@ -7,4 +7,5 @@ Below are the highlights of the release. == Breaking Changes * https://github.com/spring-projects/spring-security/issues/8980[gh-8980] - Remove unsafe/deprecated `Encryptors.querableText(CharSequence,CharSequence)`. -Instead use data storage to encrypt values. \ No newline at end of file +Instead use data storage to encrypt values. +* https://github.com/spring-projects/spring-security/issues/11520[gh-11520] - Remember Me uses SHA256 by default