diff options
author | Patrick Cloke <patrickc@matrix.org> | 2021-06-03 08:19:38 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2021-06-03 08:24:19 -0400 |
commit | 56667733419ebf070f1a7f7c9a04070f1b944572 (patch) | |
tree | 124848d0517b83bd23953a89c7d06be6c78b9dc0 | |
parent | 1.35.1 (diff) | |
download | synapse-56667733419ebf070f1a7f7c9a04070f1b944572.tar.xz |
Clarify changelog. v1.35.1 github/release-v1.35 release-v1.35
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 5794f2bffd..04d260f8e5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ Synapse 1.35.1 (2021-06-03) Bugfixes -------- -- Fix a bug introduced in v1.35.0 where invite-only rooms would be shown to users in a space who were not invited. ([\#10109](https://github.com/matrix-org/synapse/issues/10109)) +- Fix a bug introduced in v1.35.0 where invite-only rooms would be shown to all users in a space, regardless of if the user had access to it. ([\#10109](https://github.com/matrix-org/synapse/issues/10109)) Synapse 1.35.0 (2021-06-01) |