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:
authorcjihrig <cjihrig@gmail.com>2020-03-13 07:28:01 +0300
committercjihrig <cjihrig@gmail.com>2020-03-15 20:29:35 +0300
commita022d387ea89a3bc5e7435faf2ae7030e0646af1 (patch)
tree1ce30659937e9b21714811b707f214bfbf0b854d /doc/api/report.md
parent9d1a3b6f608d864f3e4b1e8dc667f733f5acdcb8 (diff)
doc: update stability of report features
This commit updates the stability documentation for the report feature. All diagnostic report APIs are now listed as stable, with the exception of report-on-fatalerror, which still has a few bugs to work out. PR-URL: https://github.com/nodejs/node/pull/32242 Fixes: https://github.com/nodejs/node/issues/26293 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'doc/api/report.md')
-rw-r--r--doc/api/report.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/report.md b/doc/api/report.md
index 976d470bc59..7762424ec5f 100644
--- a/doc/api/report.md
+++ b/doc/api/report.md
@@ -3,7 +3,7 @@
<!--introduced_in=v11.8.0-->
<!-- type=misc -->
-> Stability: 1 - Experimental
+> Stability: 2 - Stable
<!-- name=report -->