From 3dd78d563094176a0e9453693f837b24e9bbdb34 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Mon, 1 Sep 2025 15:03:20 -0300 Subject: [PATCH] doc: stabilize --disable-sigusr1 Signed-off-by: RafaelGSS --- doc/api/cli.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 311a2ca2674453..6c3cd1dbb4bdd8 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -628,10 +628,12 @@ property throw an exception with the code `ERR_PROTO_ACCESS`. added: - v23.7.0 - v22.14.0 +changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/59707 + description: The option is no longer experimental. --> -> Stability: 1.2 - Release candidate - Disable the ability of starting a debugging session by sending a `SIGUSR1` signal to the process.