diff --git a/doc/api/events.md b/doc/api/events.md index be935384bf50a3..1a7d909e18c591 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -1834,10 +1834,12 @@ setMaxListeners(5, target, emitter); added: - v20.5.0 - v18.18.0 +changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/57765 + description: Change stability index for this feature from Experimental to Stable. --> -> Stability: 1 - Experimental - * `signal` {AbortSignal} * `listener` {Function|EventListener} * Returns: {Disposable} A Disposable that removes the `abort` listener. diff --git a/doc/api/process.md b/doc/api/process.md index 6369afcead3a21..2ba2794cffec94 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1136,6 +1136,9 @@ added: - v19.6.0 - v18.15.0 changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/57765 + description: Change stability index for this feature from Experimental to Stable. - version: - v22.0.0 - v20.13.0 @@ -1143,8 +1146,6 @@ changes: description: Aligned return value with `uv_get_constrained_memory`. --> -> Stability: 1 - Experimental - * {number} Gets the amount of memory available to the process (in bytes) based on @@ -1160,10 +1161,12 @@ information. added: - v22.0.0 - v20.13.0 +changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/57765 + description: Change stability index for this feature from Experimental to Stable. --> -> Stability: 1 - Experimental - * {number} Gets the amount of free memory that is still available to the process @@ -2301,10 +2304,12 @@ setup(); added: - v17.3.0 - v16.14.0 +changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/57765 + description: Change stability index for this feature from Experimental to Stable. --> -> Stability: 1 - Experimental - * Returns: {string\[]} The `process.getActiveResourcesInfo()` method returns an array of strings diff --git a/doc/api/util.md b/doc/api/util.md index d7511bdadfd421..5c8fd8a074c878 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -2730,10 +2730,12 @@ channel.port2.postMessage(signal, [signal]); added: - v19.7.0 - v18.16.0 +changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/57765 + description: Change stability index for this feature from Experimental to Stable. --> -> Stability: 1 - Experimental - * `signal` {AbortSignal} * `resource` {Object} Any non-null object tied to the abortable operation and held weakly. If `resource` is garbage collected before the `signal` aborts, the promise remains pending,