From 547993063069d74b1cce7adc89d2f480ee2df8f5 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Sat, 2 Aug 2025 12:58:21 +0200 Subject: [PATCH] doc: clarify release candidate stability index MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/59295 Reviewed-By: Antoine du Hamel Reviewed-By: James M Snell Reviewed-By: Rafael Gonzaga Reviewed-By: Jacob Smith Reviewed-By: Michaƫl Zasso Reviewed-By: Ruy Adorno Reviewed-By: Luigi Pinca Reviewed-By: Beth Griggs Reviewed-By: Claudio Wunder --- doc/api/documentation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/documentation.md b/doc/api/documentation.md index c6edb13ad61..6938ac40a21 100644 --- a/doc/api/documentation.md +++ b/doc/api/documentation.md @@ -41,9 +41,9 @@ The stability indexes are as follows: > minimum viability. > * 1.2 - Release candidate. Experimental features at this stage are hopefully > ready to become stable. No further breaking changes are anticipated but may -> still occur in response to user feedback. We encourage user testing and -> feedback so that we can know that this feature is ready to be marked as -> stable. +> still occur in response to user feedback or the features' underlying +> specification development. We encourage user testing and feedback so that +> we can know that this feature is ready to be marked as stable. > > Experimental features leave the experimental status typically either by > graduating to stable, or are removed without a deprecation cycle.