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:
authorStephen Belanger <stephen.belanger@datadoghq.com>2022-11-05 15:03:53 +0300
committerGitHub <noreply@github.com>2022-11-05 15:03:53 +0300
commit2db03a63a87cf042616136c2bcf83494f2c08153 (patch)
tree87d992f84340b5f8af1cf058243ea8ef5c70db48
parent7124476fb3a9a58fd316f9cef3329c14fc1cd966 (diff)
diagnostics_channel: mark as stable
PR-URL: https://github.com/nodejs/node/pull/45290 Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
-rw-r--r--doc/api/diagnostics_channel.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/api/diagnostics_channel.md b/doc/api/diagnostics_channel.md
index 1cc16f9f16a..25dac82b116 100644
--- a/doc/api/diagnostics_channel.md
+++ b/doc/api/diagnostics_channel.md
@@ -1,8 +1,16 @@
# Diagnostics Channel
+<!-- YAML
+added: v15.1.0
+changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/45290
+ description: diagnostics_channel is now Stable.
+-->
+
<!--introduced_in=v15.1.0-->
-> Stability: 1 - Experimental
+> Stability: 2 - Stable
<!-- source_link=lib/diagnostics_channel.js -->