From 4e13c2918807dd29c1687c1228303e7f2548d725 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 19 Feb 2024 18:25:29 -0700 Subject: [PATCH] *ahem* --- proposals/4107-feature-focused-versioning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/4107-feature-focused-versioning.md b/proposals/4107-feature-focused-versioning.md index f2bcf41f..2fdf88ff 100644 --- a/proposals/4107-feature-focused-versioning.md +++ b/proposals/4107-feature-focused-versioning.md @@ -41,7 +41,7 @@ is modified to add a new `features` key. The existing `unstable_features` and `v { // New field "features": { - "msc3440": ["org.matrix.msc3440", "fcp-stable", "v1.4", "v1.5", "v1.6"], + "msc3440": ["org.matrix.msc3440", "fcp-stable:msc3440", "v1.4", "v1.5", "v1.6"], "msc1772": ["org.matrix.msc1772"], "encryption": ["r0.0.0", /* ... */, "v1.9"], "msc2659": ["fcp-stable:msc2659"],