summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-07-22 10:26:09 +0100
committerGitHub <noreply@github.com>2022-07-22 10:26:09 +0100
commit0fa41a7b172cb157c6d6df41e7ae4bf5cbdc0d36 (patch)
tree3961422a854a6754a3d615e2b1af38bf48f4822d /changelog.d
parentSkip soft fail checks for rooms with partial state (#13354) (diff)
downloadsynapse-0fa41a7b172cb157c6d6df41e7ae4bf5cbdc0d36.tar.xz
Update locked frozendict version to 2.3.3 (#13352)
frozendict 2.3.3 includes fixes for memory leaks that get triggered during `/sync`.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13352.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13352.bugfix b/changelog.d/13352.bugfix
new file mode 100644
index 0000000000..8128714299
--- /dev/null
+++ b/changelog.d/13352.bugfix
@@ -0,0 +1 @@
+Update locked version of `frozendict` to 2.3.3, which has fixes for memory leaks affecting `/sync`.