diff --git a/docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc b/docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc index 9c629ca1c73..920925ce32d 100644 --- a/docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc +++ b/docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc @@ -448,3 +448,11 @@ Keycloak JS now requires a link:https://developer.mozilla.org/en-US/docs/Web/Sec = Stricter startup behavior for build-time options When the provided build-time options differ at startup from the values persisted in the server image during the last optimized {project_name} build, {project_name} will now fail to start. Previously, a warning message was displayed in such cases. + += Features renamed + +With feature versions the features `account3`, `admin2`, and `login2` have been renamed. When disabling a feature there +is no need to use the version, for example the admin console is now disabled with `--features-disabled=admin`. + +To use a specific version of `login` use `--features=login:v1`. +