diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-02-11 10:50:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-11 10:50:55 +0000 |
commit | 9e45d573d499796bd1878d026cdd820347c10c00 (patch) | |
tree | 76ff670d02d7f4d6873812c70098b3a0563a3692 | |
parent | 1.10.0rc4 (diff) | |
download | synapse-9e45d573d499796bd1878d026cdd820347c10c00.tar.xz |
changelog formatting
-rw-r--r-- | CHANGES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index f776560de7..8f252bb1b2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ Synapse 1.10.0rc4 (2020-02-11) Features -------- -- Filter out m.room.aliases from /sync state blocks until a full fix lands. ([\#6884](https://github.com/matrix-org/synapse/issues/6884)) +- Filter out `m.room.aliase`s from `/sync` state blocks until a full fix lands. ([\#6884](https://github.com/matrix-org/synapse/issues/6884)) Synapse 1.10.0rc3 (2020-02-10) @@ -13,7 +13,7 @@ Synapse 1.10.0rc3 (2020-02-10) Features -------- -- Filter out m.room.aliases from the CS API to mitigate abuse while a better solution is specced. ([\#6878](https://github.com/matrix-org/synapse/issues/6878)) +- Filter out `m.room.aliases` from the CS API to mitigate abuse while a better solution is specced. ([\#6878](https://github.com/matrix-org/synapse/issues/6878)) Internal Changes |