summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2023-09-12 11:59:35 +0200
committerMathieu Velten <mathieuv@matrix.org>2023-09-12 11:59:35 +0200
commitefe778a0b8f4880b643a6e5d555715ee4a242608 (patch)
treee878942d74557474265842768c6402b85a4fa815 /CHANGES.md
parentSupport releasing on macOS. (#16266) (diff)
downloadsynapse-efe778a0b8f4880b643a6e5d555715ee4a242608.tar.xz
1.92.0
Diffstat (limited to '')
-rw-r--r--CHANGES.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 47fc31a5cb..9c9949a202 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,15 @@
+# Synapse 1.92.0 (2023-09-12)
+
+### Bugfixes
+
+- Revert [MSC3861](https://github.com/matrix-org/matrix-spec-proposals/pull/3861) introspection cache, admin impersonation and account lock. ([\#16258](https://github.com/matrix-org/synapse/issues/16258))
+
+### Internal Changes
+
+- Fix incorrect docstring for `Ratelimiter`. ([\#16255](https://github.com/matrix-org/synapse/issues/16255))
+- Update the release script to work on macOS. ([\#16266](https://github.com/matrix-org/synapse/issues/16266))
+
+
 # Synapse 1.91.2 (2023-09-06)
 
 ### Bugfixes