1 files changed, 5 insertions, 6 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md
index f6d226526a..de3444930e 100644
--- a/docs/upgrade.md
+++ b/docs/upgrade.md
@@ -100,6 +100,11 @@ deployments where no applciation services are in use can be upgraded as normal.
# Upgrading to v1.56.0
+## Open registration without verification is now disabled by default
+
+Synapse will refuse to start if registration is enabled without email, captcha, or token-based verification unless the new config
+flag `enable_registration_without_verification` is set to "true".
+
## Groups/communities feature has been deprecated
The non-standard groups/communities feature in Synapse has been deprecated and will
@@ -121,12 +126,6 @@ for more information and instructions on how to fix a database with incorrect va
# Upgrading to v1.55.0
-## Open registration without verification is now disabled by default
-
-Synapse will refuse to start if registration is enabled without email, captcha, or token-based verification unless the new config
-flag `enable_registration_without_verification` is set to "true".
-
-
## `synctl` script has been moved
The `synctl` script
|