summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-03-11 17:07:31 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2019-03-11 17:07:31 +0000
commita8a028dfce9a4eb9d55da74d8ab5c2a959c06d50 (patch)
tree667aeddb2f358db7c53ea2d81fd2f5bc1534db92 /changelog.d
parentlint (diff)
parentMerge pull request #4839 from matrix-org/anoa/no_captcha_tests (diff)
downloadsynapse-a8a028dfce9a4eb9d55da74d8ab5c2a959c06d50.tar.xz
Merge branch 'develop' into anoa/trailing_slashes_client
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/2090.bugfix1
-rw-r--r--changelog.d/4837.bugfix1
-rw-r--r--changelog.d/4839.misc1
3 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/2090.bugfix b/changelog.d/2090.bugfix
new file mode 100644
index 0000000000..de2d22fcb8
--- /dev/null
+++ b/changelog.d/2090.bugfix
@@ -0,0 +1 @@
+Fix a bug where media with spaces in the name would get a corrupted name.
diff --git a/changelog.d/4837.bugfix b/changelog.d/4837.bugfix
new file mode 100644
index 0000000000..989aeb82bb
--- /dev/null
+++ b/changelog.d/4837.bugfix
@@ -0,0 +1 @@
+Fix bug where synapse expected an un-specced `prev_state` field on state events.
diff --git a/changelog.d/4839.misc b/changelog.d/4839.misc
new file mode 100644
index 0000000000..7c6868051b
--- /dev/null
+++ b/changelog.d/4839.misc
@@ -0,0 +1 @@
+Disable captcha registration by default in unit tests.
\ No newline at end of file