2019-05-24 02:25:16 +02:00
|
|
|
# 4.5.0 (Unreleased)
|
|
|
|
|
|
|
|
## Overview {#overview}
|
|
|
|
|
2019-06-20 23:27:48 +02:00
|
|
|
* Removed `use_gzip` option on `HtmlEditorField` which used to compress the rich text editor dependency.
|
|
|
|
No longer required since compression is performed as part of the CMS build automatically.
|
|
|
|
See (#832)(https://github.com/silverstripe/silverstripe-admin/issues/832)
|
2019-05-24 02:25:16 +02:00
|
|
|
|
|
|
|
## Deprecation
|
|
|
|
|
2019-06-20 23:27:48 +02:00
|
|
|
* `PasswordValidator` methods `minLength`, `characterStrength`, and `checkHistoricalPasswords` are now deprecated from
|
2019-05-24 02:25:16 +02:00
|
|
|
4.5.0 onwards (previously 5.0).
|