summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-05-17 09:59:17 -0400
committerGitHub <noreply@github.com>2021-05-17 09:59:17 -0400
commit206a7b5f12fd3d88ec24a1f53ce75e5b701faed8 (patch)
tree3467bc53ff1c6b63b70224d9686080d3be88756e /changelog.d
parentClarify comments in the space summary handler. (#9974) (diff)
downloadsynapse-206a7b5f12fd3d88ec24a1f53ce75e5b701faed8.tar.xz
Fix the allowed range of valid ordering characters for spaces. (#10002)
\x7F was meant to be \0x7E (~) this was originally incorrect
in MSC1772.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10002.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10002.bugfix b/changelog.d/10002.bugfix
new file mode 100644
index 0000000000..1fabdad22e
--- /dev/null
+++ b/changelog.d/10002.bugfix
@@ -0,0 +1 @@
+Fix a validation bug introduced in v1.34.0 in the ordering of spaces in the space summary API.