diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-11-28 11:24:11 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-11-28 11:29:50 +0000 |
commit | e7777f3668d09c87335830f785f42c851827b497 (patch) | |
tree | 8429f20dad1a9de3741c17dd51f39b565130af4f /CHANGES.md | |
parent | Remove local threepids on account deactivation (#6426) (diff) | |
download | synapse-e7777f3668d09c87335830f785f42c851827b497.tar.xz |
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 42281483b3..a9afd36d2c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,18 @@ +Synapse 1.6.1 (2019-11-28) +========================== + +Security updates +---------------- + +This release includes a security fix ([\#6426](https://github.com/matrix-org/synapse/issues/6426), below). Administrators are encouraged to upgrade as soon as possible. + +Bugfixes +-------- + +- Clean up local threepids from user on account deactivation. ([\#6426](https://github.com/matrix-org/synapse/issues/6426)) +- Fix startup error when http proxy is defined. ([\#6421](https://github.com/matrix-org/synapse/issues/6421)) + + Synapse 1.6.0 (2019-11-26) ========================== |