summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-07-19 12:06:38 +0100
committerGitHub <noreply@github.com>2023-07-19 12:06:38 +0100
commit40a3583ba14cc32f63154afc9e2c9b1058697f16 (patch)
tree98984c0456082f4282cada6ecd8daf51b3e99529 /changelog.d
parentFix background schema updates failing over a large upgrade gap (#15887) (diff)
downloadsynapse-40a3583ba14cc32f63154afc9e2c9b1058697f16.tar.xz
Fix race in triggers for read/write locks. (#15933)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15933.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15933.misc b/changelog.d/15933.misc
new file mode 100644
index 0000000000..8457994c68
--- /dev/null
+++ b/changelog.d/15933.misc
@@ -0,0 +1 @@
+Fix bug with read/write lock implementation. This is currently unused so has no observable effects.