From 22acbea0ed9c02eec321517191bc0dff411931e0 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Sat, 9 Jan 2021 20:38:58 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Kitsune Ral --- proposals/2844-global-versioning.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/proposals/2844-global-versioning.md b/proposals/2844-global-versioning.md index 3e2ee0aa..431d85b1 100644 --- a/proposals/2844-global-versioning.md +++ b/proposals/2844-global-versioning.md @@ -113,10 +113,10 @@ For example: `["v1.1", "r0.6.1"]`. "room versions" are called "room editions" and the Matrix version refers to what this proposal is introducing. This MSC does not propose renaming "room versions" - that is another MSC's problem. -Room editions are a bit special in that they have their own versioning scheme as other servers need to -be aware of how to process the room. As such, a room edition's versioning scheme is not altered by this -proposal, however the publishing of the (in)stability of a given edition is now covered by the newly -proposed Matrix version. +Room editions are a bit special in that they have their own versioning scheme as servers and, potentially, +clients need to be aware of how to process the room. As such, a room edition's versioning scheme is not +altered by this proposal, however the publishing of the (in)stability of a given edition is now covered by the +newly proposed Matrix version. Whenever a room edition transitions from stable to unstable, or unstable to stable, or is introduced then it would get counted as a feature for a `MINOR` release of Matrix. We don't currently have a plan