Update What's New for 6.0

This commit is contained in:
Marcus Da Coregio 2022-09-20 08:32:30 -03:00
parent e256b7511d
commit 2b4a3a85f9
1 changed files with 2 additions and 1 deletions

View File

@ -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.
Instead use data storage to encrypt values.
* https://github.com/spring-projects/spring-security/issues/11520[gh-11520] - Remember Me uses SHA256 by default