diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-12-04 13:57:28 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-12-04 13:57:28 +0000 |
commit | 5f00cfa40d4e2a85889bf22289605c3bb4b881a3 (patch) | |
tree | d3397b7ec0120d3213ea343caf66f5e725e25015 | |
parent | Prepare 0.34.0rc1 (diff) | |
download | synapse-5f00cfa40d4e2a85889bf22289605c3bb4b881a3.tar.xz |
fix typo in changelog
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index c3e6c0681d..e98c30d167 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ Synapse 0.34.0rc1 (2018-12-04) ============================== -Synapse 0.34 is the first reelase to fully support Python 3. We recommend +Synapse 0.34 is the first release to fully support Python 3. We recommend upgrading to Python 3, but make sure to read the [UPGRADE.rst#upgrading-to-v0340](upgrade notes) when doing so. |