diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-03-11 17:07:31 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-03-11 17:07:31 +0000 |
commit | a8a028dfce9a4eb9d55da74d8ab5c2a959c06d50 (patch) | |
tree | 667aeddb2f358db7c53ea2d81fd2f5bc1534db92 /changelog.d | |
parent | lint (diff) | |
parent | Merge pull request #4839 from matrix-org/anoa/no_captcha_tests (diff) | |
download | synapse-a8a028dfce9a4eb9d55da74d8ab5c2a959c06d50.tar.xz |
Merge branch 'develop' into anoa/trailing_slashes_client
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/2090.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/4837.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/4839.misc | 1 |
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 |