summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-06-29 10:16:43 +0100
committerBrendan Abolivier <babolivier@matrix.org>2021-06-29 10:16:43 +0100
commit88f9e8d62e0573b5b6f1c3a8bfe4d87f9aebde47 (patch)
treedadc23431f7f55fd8bcd8780c64b519dae7d5a76
parent 1.37.0 (diff)
downloadsynapse-88f9e8d62e0573b5b6f1c3a8bfe4d87f9aebde47.tar.xz
Move deprecation notices to the top of the changelog v1.37.0
-rw-r--r--CHANGES.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 5b924e2471..eac91ffe02 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,16 +1,12 @@
 Synapse 1.37.0 (2021-06-29)
 ===========================
 
-No significant changes.
-
-
-Synapse 1.37.0rc1 (2021-06-24)
-==============================
-
 This release deprecates the current spam checker interface. See the [upgrade notes](https://matrix-org.github.io/synapse/develop/upgrade#deprecation-of-the-current-spam-checker-interface) for more information on how to update to the new generic module interface.
 
 This release also removes support for fetching and renewing TLS certificates using the ACME v1 protocol, which has been fully decommissioned by Let's Encrypt on June 1st 2021. Admins previously using this feature should use a [reverse proxy](https://matrix-org.github.io/synapse/develop/reverse_proxy.html) to handle TLS termination, or use an external ACME client (such as [certbot](https://certbot.eff.org/)) to retrieve a certificate and key and provide them to Synapse using the `tls_certificate_path` and `tls_private_key_path` configuration settings.
 
+Synapse 1.37.0rc1 (2021-06-24)
+==============================
 
 Features
 --------