diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-12-20 10:58:07 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-12-20 10:58:07 +0000 |
commit | 29794c6bc84b9ba76f041bbc8a180b7421996004 (patch) | |
tree | ccd51d4103fc3e032ac61d2d9e28310a435f3694 /CHANGES.md | |
parent | Backport fixes to sqlite upgrade from develop (#6578) (diff) | |
download | synapse-29794c6bc84b9ba76f041bbc8a180b7421996004.tar.xz |
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 7927714a36..d6567e24d2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +Synapse 1.7.2 (2019-12-20) +========================== + +This release fixes some regressions introduced in Synapse 1.7.0 and 1.7.1. + +Bugfixes +-------- + +- Fix a regression introduced in Synapse 1.7.1 which caused errors when attempting to backfill rooms over federation. ([\#6576](https://github.com/matrix-org/synapse/issues/6576)) +- Fix a bug introduced in Synapse 1.7.0 which caused an error on startup when upgrading from versions before 1.3.0. ([\#6578](https://github.com/matrix-org/synapse/issues/6578)) + + Synapse 1.7.1 (2019-12-18) ========================== |