diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-06-07 14:22:06 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-06-07 14:22:06 +0100 |
commit | 8a499d7a608838619ce690c37c741a595486bd27 (patch) | |
tree | e2cd358222ba9fa5b4df1a1a0920adeb06f94a30 /CHANGES.md | |
parent | 1.61.0rc1 (diff) | |
download | synapse-8a499d7a608838619ce690c37c741a595486bd27.tar.xz |
Correct typographical errors in the changelog v1.61.0rc1
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index 60666011f7..c42a18cbff 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ Synapse 1.61.0rc1 (2022-06-07) ============================== -This release removes support for the non-standard feature known both as 'groups' and as 'communities', which ha. They have been superseded by *Spaces*. +This release removes support for the non-standard feature known both as 'groups' and as 'communities', which have been superseded by *Spaces*. Features -------- @@ -19,7 +19,7 @@ Features Bugfixes -------- -- Always send an `access_token` in `/thirdparty/` requests to appservices, as required by the [Application Service APIspecification](https://spec.matrix.org/v1.1/application-service-api/#third-party-networks). ([\#12746](https://github.com/matrix-org/synapse/issues/12746)) +- Always send an `access_token` in `/thirdparty/` requests to appservices, as required by the [Application Service API specification](https://spec.matrix.org/v1.1/application-service-api/#third-party-networks). ([\#12746](https://github.com/matrix-org/synapse/issues/12746)) - Implement [MSC3816](https://github.com/matrix-org/matrix-spec-proposals/pull/3816): sending the root event in a thread should count as having 'participated' in it. ([\#12766](https://github.com/matrix-org/synapse/issues/12766)) - Delete events from the `federation_inbound_events_staging` table when a room is purged through the admin API. ([\#12784](https://github.com/matrix-org/synapse/issues/12784)) - Fix a bug where we did not correctly handle invalid device list updates over federation. Contributed by Carl Bordum Hansen. ([\#12829](https://github.com/matrix-org/synapse/issues/12829)) |