summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2022-01-18 16:13:54 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2022-01-18 16:13:54 +0000
commitfd05a3ed0330d5d4993620cd0160a3d000262f2c (patch)
treead9cf7c0ebe2baf20b4234768e0d58b355fb42b3 /CHANGES.md
parentReword 1.50.0 warning a bit in the changelog (diff)
downloadsynapse-fd05a3ed0330d5d4993620cd0160a3d000262f2c.tar.xz
Wording fixes to 1.50.0/1 changelog entries v1.50.1
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 84fddb47ca..ced1dcc0db 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,15 +6,15 @@ This release fixes a bug in Synapse 1.50.0 that could prevent clients from being
 Bugfixes
 --------
 
-- Fix a bug introduced in Synapse 1.50.0rc1 that could cause Matrix clients to be unable to connect to Synapse instances with the 'webclient' resource enabled. ([\#11764](https://github.com/matrix-org/synapse/issues/11764))
+- Fix a bug introduced in Synapse 1.50.0rc1 that could cause Matrix clients to be unable to connect to Synapse instances with the `webclient` resource enabled. ([\#11764](https://github.com/matrix-org/synapse/issues/11764))
 
 
 Synapse 1.50.0 (2022-01-18)
 ===========================
 
-**This release has a critical bug that may prevent clients from being able to connect. 
+**This release contains a critical bug that may prevent clients from being able to connect. 
 As such, it is not recommended to upgrade to 1.50.0. Instead, please upgrade straight to
-to 1.50.1. Further details are in [this issue](https://github.com/matrix-org/synapse/issues/11763).**
+to 1.50.1. Further details are available in [this issue](https://github.com/matrix-org/synapse/issues/11763).**
 
 Please note that we now only support Python 3.7+ and PostgreSQL 10+ (if applicable), because Python 3.6 and PostgreSQL 9.6 have reached end-of-life.