Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-03-02 21:37:20 +0300
committerRich Trott <rtrott@gmail.com>2017-03-06 06:43:05 +0300
commit51cea054a276c6425e26b25219e67b37207dee3f (patch)
tree2c8f84895714acd0eddb375eb99d2c8c2f0c53be /doc/api/documentation.md
parent9bc042cb7431e507b5c8b77689a9264101650d42 (diff)
doc: remove Locked from stability index
The stability index 3 (Locked) is unused and is being eliminated. Remove it from the documentation about the stability index. Remove mention of the Locked from CONTRIBUTING.md. The remaining text about the stability index is slight and not seemingly valuable. Removing it too. PR-URL: https://github.com/nodejs/node/pull/11661 Ref: https://github.com/nodejs/node/issues/11200 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/documentation.md')
-rw-r--r--doc/api/documentation.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/api/documentation.md b/doc/api/documentation.md
index 947010d951b..5f45c9b56ed 100644
--- a/doc/api/documentation.md
+++ b/doc/api/documentation.md
@@ -56,12 +56,6 @@ The API has proven satisfactory. Compatibility with the npm ecosystem
is a high priority, and will not be broken unless absolutely necessary.
```
-```txt
-Stability: 3 - Locked
-Only bug fixes, security fixes, and performance improvements will be accepted.
-Please do not suggest API changes in this area; they will be refused.
-```
-
## JSON Output
> Stability: 1 - Experimental