diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-06-16 10:28:58 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-06-16 10:28:58 +0100 |
commit | 65eb078498f2375599d757d01fab50fbe839576d (patch) | |
tree | 8f87d4ea957ab239ee03ca261855cad2aafc00b9 /CHANGES.md | |
parent | Wrap register_device coroutine in an ensureDeferred (#7684) (diff) | |
download | synapse-65eb078498f2375599d757d01fab50fbe839576d.tar.xz |
1.15.1
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 4a356442e3..6abf4068fc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +Synapse 1.15.1 (2020-06-16) +=========================== + +Bugfixes +-------- + +- Fix a bug introduced on v1.15.0 that would crash Synapse on start when using certain password auth providers. ([\#7684](https://github.com/matrix-org/synapse/issues/7684)) +- Fix a bug introduced on v1.15.0 which meant that some 3PID management endpoints were not accessible on the correct URL. ([\#7685](https://github.com/matrix-org/synapse/issues/7685)) + + Synapse 1.15.0 (2020-06-11) =========================== |