From ec4809529b995b9f6be1e801a2a37330aa12fd84 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Tue, 13 Jul 2021 09:49:51 -0700 Subject: [PATCH] FEATURES.md: Add missing level to "deprecation.next". (#91) --- FEATURES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FEATURES.md b/FEATURES.md index 15ec0c8a8b9..3a9a5eb6594 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -41,4 +41,4 @@ features: * **deprecation.details** should be set when a feature moves out of the active state. * **deprecation.details.replacement** should specify the checklist(s) for any feature replacing this deprecated feature. -* **deprecation.next** indicates the release in which the feature will be retired. +* **deprecation.details.next** indicates the release in which the feature will be retired.