From 11daaf6ea93304271e0c62265a32072d5765f46a Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Sun, 22 Nov 2020 18:58:36 -0700 Subject: [PATCH] Add a small note about widgets --- proposals/2844-global-versioning.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/proposals/2844-global-versioning.md b/proposals/2844-global-versioning.md index 2ed54420..8b309731 100644 --- a/proposals/2844-global-versioning.md +++ b/proposals/2844-global-versioning.md @@ -121,7 +121,10 @@ supported. As a further clarification to a solved problem, the `/versions` endpoint for the client-server API does not need to advertise all patch version changes - just the major/minor versions it supports. If a server does advertise a patch version, clients are expected to resolve that to the relevant -major/minor version equivalent (`v1.1.8` gets treated as `v1.1.0`, for example). +major/minor version equivalent (`v1.1.8` gets treated as `v1.1.0`, for example). This same rule +applies to widgets and the `supported_api_versions` action, which is currently in a +[draft specification](https://github.com/matrix-org/matrix-doc/pull/2764) state. Once widgets land +in the spec, the rule comes into effect. ### Brewing changes for the specification