diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2024-01-23 15:22:24 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2024-01-23 15:22:24 +0000 |
commit | 170aad02c2072988bfb08f2e8cff999dbdc352de (patch) | |
tree | 0eea6218fdbe66d63653f5aeed6f9175b07a0c1f | |
parent | 1.100.0rc1 (diff) | |
download | synapse-170aad02c2072988bfb08f2e8cff999dbdc352de.tar.xz |
Update changelog v1.100.0rc1
Diffstat (limited to '')
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index f393a956b8..4bef78409e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -28,7 +28,7 @@ - Reject OIDC config when `client_secret` isn't specified, but the auth method requires one. ([\#16806](https://github.com/element-hq/synapse/issues/16806)) - Allow room creation but not publishing to continue if room publication rules are violated when creating a new room. ([\#16811](https://github.com/element-hq/synapse/issues/16811)) -- Bump minimum supported Rust version to 1.61.0. ([\#16818](https://github.com/element-hq/synapse/issues/16818)) +- Bump minimum supported Rust version to 1.65.0. ([\#16818](https://github.com/element-hq/synapse/issues/16818)) - Fixup copyright lines in file headers after the licensing change. ([\#16820](https://github.com/element-hq/synapse/issues/16820)) - Add a `--generate-only` option to the internal configuration/launch script for Complement. ([\#16828](https://github.com/element-hq/synapse/issues/16828)) - Preparatory work for tweaking performance of auth chain lookups. ([\#16833](https://github.com/element-hq/synapse/issues/16833)) |