diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-07-20 13:29:59 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-07-20 13:29:59 +0100 |
commit | 541e58e7d66652c57a602dc2f1c16300e3e81b58 (patch) | |
tree | 9a93dc6da9613c99cb2f1f599725f67935bdebcb /CHANGES.md | |
parent | fix typo in changelog (diff) | |
download | synapse-541e58e7d66652c57a602dc2f1c16300e3e81b58.tar.xz |
Update account validity feature line in changelog
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 4e620dfb2c..efa53dd733 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,7 +6,7 @@ The Third-Party Event Rules module interface has been deprecated in favour of th Features -------- -- Add a module type for the account validity feature. ([\#9884](https://github.com/matrix-org/synapse/issues/9884)) +- Add the ability to override the account validity feature with a module. ([\#9884](https://github.com/matrix-org/synapse/issues/9884)) - The spaces summary API now returns any joinable rooms, not only rooms which are world-readable. ([\#10298](https://github.com/matrix-org/synapse/issues/10298), [\#10305](https://github.com/matrix-org/synapse/issues/10305)) - Add a new version of the R30 phone-home metric, which removes a false impression of retention given by the old R30 metric. ([\#10332](https://github.com/matrix-org/synapse/issues/10332), [\#10427](https://github.com/matrix-org/synapse/issues/10427)) - Allow providing credentials to `http_proxy`. ([\#10360](https://github.com/matrix-org/synapse/issues/10360)) |