summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-18 16:13:30 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-18 16:13:30 +0000
commit0ceea151731afb20223df0c59252fdac997bfcbf (patch)
tree25c2ffdb31c58c76d7b222aba4eea677da9a6f9b /changelog.d
parentMake numeric user_id checker start at @0, and don't ratelimit on checking (#6... (diff)
parentFix LruCache callback deduplication (#6213) (diff)
downloadsynapse-0ceea151731afb20223df0c59252fdac997bfcbf.tar.xz
Fix LruCache callback deduplication (#6213)
* commit 'affcc2cc3':
  Fix LruCache callback deduplication (#6213)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6213.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6213.bugfix b/changelog.d/6213.bugfix
new file mode 100644
index 0000000000..072264fba3
--- /dev/null
+++ b/changelog.d/6213.bugfix
@@ -0,0 +1 @@
+Fix LruCache callback deduplication.