diff options
author | Erik Johnston <erik@matrix.org> | 2019-12-11 13:56:50 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-12-11 13:56:50 +0000 |
commit | d156912c4c4f65b821eab202654d740422008d82 (patch) | |
tree | ce9321acef9b6adcb2c88678d096b06e106ca639 /CHANGES.md | |
parent | Back out change preventing setting null avatar URLs (diff) | |
download | synapse-d156912c4c4f65b821eab202654d740422008d82.tar.xz |
1.7.0rc2 v1.7.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index c30ea4718d..c83a6afbcd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +Synapse 1.7.0rc2 (2019-12-11) +============================= + +Bugfixes +-------- + +- Fix incorrect error message for invalid requests when setting user's avatar URL. ([\#6497](https://github.com/matrix-org/synapse/issues/6497)) +- Fix support for SQLite 3.7. ([\#6499](https://github.com/matrix-org/synapse/issues/6499)) +- Fix regression where sending email push would not work when using a pusher worker. ([\#6507](https://github.com/matrix-org/synapse/issues/6507), [\#6509](https://github.com/matrix-org/synapse/issues/6509)) + + Synapse 1.7.0rc1 (2019-12-09) ============================= |