summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-07-19 13:17:08 +0100
committerGitHub <noreply@github.com>2023-07-19 12:17:08 +0000
commit19796e20aab31272176e24ec23be9a18cc6680a5 (patch)
treebd059d8b936b834eb8a5c50c1069796bf4db708b /changelog.d
parentFix race in triggers for read/write locks. (#15933) (diff)
downloadsynapse-19796e20aab31272176e24ec23be9a18cc6680a5.tar.xz
Fix bad merge of #15933 (#15958)
This was because we reverted the bump of the schema version, so we were not applying the new deltas.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15958.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15958.misc b/changelog.d/15958.misc
new file mode 100644
index 0000000000..8457994c68
--- /dev/null
+++ b/changelog.d/15958.misc
@@ -0,0 +1 @@
+Fix bug with read/write lock implementation. This is currently unused so has no observable effects.