diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-08-02 15:33:53 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-08-02 15:33:53 +0100 |
commit | db1f33fb363e827d0b9225a9544cb512bbfa2886 (patch) | |
tree | 70c8bc6e6e73625f8017f6fd87a40ebda5094a88 | |
parent | Prepare 0.33.1 (diff) | |
download | synapse-db1f33fb363e827d0b9225a9544cb512bbfa2886.tar.xz |
fix changelog typos
-rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index dff195be6e..60be8e7b5d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,7 +5,7 @@ Bugfixes -------- - Fix a potential issue where servers could request events for rooms they have not joined. (`#3641 <https://github.com/matrix-org/synapse/issues/3641>`_) -- Fix a potential issue where users could see events in private joins before they joined (`#3642 <https://github.com/matrix-org/synapse/issues/3642>`_) +- Fix a potential issue where users could see events in private rooms before they joined. (`#3642 <https://github.com/matrix-org/synapse/issues/3642>`_) Synapse 0.33.0 (2018-07-19) |