summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-16 15:33:42 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-16 15:33:42 +0000
commitf39a91708fd3338280a4d140ee6af055878fa81e (patch)
tree7b145522def152a6277992ef4cc4c46b0d5d81ae /changelog.d
parentAdd CI for synapse_port_db (#6140) (diff)
parentMerge pull request #6268 from matrix-org/erikj/case_insensitive_room_dir (diff)
downloadsynapse-f39a91708fd3338280a4d140ee6af055878fa81e.tar.xz
Merge pull request #6268 from matrix-org/erikj/case_insensitive_room_dir
* commit '1652c8c1f':
  Add comment as to why we're pinning black in tests
  Pin black version
  Newsfile
  Make room directory search case insensitive
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6286.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6286.bugfix b/changelog.d/6286.bugfix
new file mode 100644
index 0000000000..a4bebec1c7
--- /dev/null
+++ b/changelog.d/6286.bugfix
@@ -0,0 +1 @@
+Fix bug where room directory search was case sensitive.