summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-05-31 13:41:49 +0100
committerErik Johnston <erik@matrix.org>2022-05-31 13:41:49 +0100
commit5984ada6bb340c736376ba94d766bf76ceeaf514 (patch)
tree85b788e790186092b109eb178303d22a5f4e3cff /CHANGES.md
parentFix import in module_api module and docs on the new check_event_for_spam sign... (diff)
downloadsynapse-5984ada6bb340c736376ba94d766bf76ceeaf514.tar.xz
1.60.0 v1.60.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 40e362e920..de6bf95e43 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,5 @@
-Synapse 1.60.0rc2 (2022-05-27)
-==============================
+Synapse 1.60.0 (2022-05-31)
+===========================
 
 This release of Synapse adds a unique index to the `state_group_edges` table, in
 order to prevent accidentally introducing duplicate information (for example,
@@ -14,6 +14,15 @@ should update their modules to use the new signature where possible.
 See [the upgrade notes](https://github.com/matrix-org/synapse/blob/develop/docs/upgrade.md#upgrading-to-v1600)
 for more details.
 
+Bugfixes
+--------
+
+- Fix a bug introduced in Synapse 1.60.0rc1 that would break some imports from `synapse.module_api`. ([\#12918](https://github.com/matrix-org/synapse/issues/12918))
+
+
+Synapse 1.60.0rc2 (2022-05-27)
+==============================
+
 Features
 --------