diff --git a/en/08_Changelogs/6.1.0.md b/en/08_Changelogs/6.1.0.md index f0900d4c..93c3da70 100644 --- a/en/08_Changelogs/6.1.0.md +++ b/en/08_Changelogs/6.1.0.md @@ -120,6 +120,8 @@ See the [save handler documentation](/developer_guides/cookies_and_sessions/sess Note that if you are using [`silverstripe/hybridsessions`](https://packagist.org/packages/silverstripe/hybridsessions) or [`silverstripe/dynamodb`](https://packagist.org/packages/silverstripe/dynamodb), you can continue to use these with no change, provided you update them to the latest version. +If you want this functionality in your CMS 5 projects, we have created a new [`silverstripe/non-blocking-sessions`](https://github.com/silverstripe/silverstripe-non-blocking-sessions) module that backports the file-based non-blocking session save handler to CMS 5. + ### Password strength feedback The [`ConfirmedPasswordField`](api:SilverStripe\Forms\ConfirmedPasswordField) now provides real-time feedback on password strength as users type. You'll see this in action on the member edit form, when setting a new password during the "lost password" process, and for any usages of `ConfirmedPasswordField` in your own forms if [`requireStrongPassword`](api:SilverStripe\Forms\ConfirmedPasswordField->requireStrongPassword) is toggled on.