diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-08-09 13:41:29 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2021-08-09 13:41:29 +0100 |
commit | ad35b7739e72fe198fa78fa4279f58cacfc9fa37 (patch) | |
tree | 2540e497a1bc3fd6259901333411e7e7c1741115 /CHANGES.md | |
parent | Support MSC3289: Room version 8 (#10449) (diff) | |
download | synapse-ad35b7739e72fe198fa78fa4279f58cacfc9fa37.tar.xz |
1.40.0rc3 v1.40.0rc3
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 62ea684e58..b04abbeb4d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,24 @@ +Synapse 1.40.0rc3 (2021-08-09) +============================== + +Features +-------- + +- Support [MSC3289: room version 8](https://github.com/matrix-org/matrix-doc/pull/3289). ([\#10449](https://github.com/matrix-org/synapse/issues/10449)) + + +Bugfixes +-------- + +- Mark the experimental room version from [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716) as unstable. ([\#10449](https://github.com/matrix-org/synapse/issues/10449)) + + +Improved Documentation +---------------------- + +- Fix broken links in `upgrade.md`. Contributed by @dklimpel. ([\#10543](https://github.com/matrix-org/synapse/issues/10543)) + + Synapse 1.40.0rc2 (2021-08-04) ============================== |