summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-01-27 10:54:27 +0000
committerGitHub <noreply@github.com>2022-01-27 10:54:27 +0000
commit57e4786e907c390502f4ec6fb915e24cf5124351 (patch)
treef6d6d055a732f105c9e1c8867b1ecf1abd18f2b4 /changelog.d
parentFix some indentation inconsistencies in the sample config (modules) (#11838) (diff)
downloadsynapse-57e4786e907c390502f4ec6fb915e24cf5124351.tar.xz
Create singletons for `StateFilter.{all,none}()` (#11836)
No point recreating these for each call, since they are frozen
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11836.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11836.misc b/changelog.d/11836.misc
new file mode 100644
index 0000000000..be7e331c63
--- /dev/null
+++ b/changelog.d/11836.misc
@@ -0,0 +1 @@
+Minor performance improvement in room state lookup.