Skip to content

Commit 28b1139

Browse files
joyeecheungnodejs-github-bot
authored andcommitted
doc: mark sync module hooks as release candidate
PR-URL: #60960 Refs: #56241 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
1 parent 7f78002 commit 28b1139

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/api/module.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ changes:
229229
description: Synchronous and in-thread hooks are now release candidate.
230230
-->
231231
232-
> Stability: 1.1 - Active development
232+
> Stability: 1.2 - Release candidate
233233
234234
* `options` {Object}
235235
* `load` {Function|undefined} See [load hook][]. **Default:** `undefined`.
@@ -606,6 +606,10 @@ changes:
606606
<!-- YAML
607607
added: v8.8.0
608608
changes:
609+
- version:
610+
- REPLACEME
611+
pr-url: https://github.com/nodejs/node/pull/60960
612+
description: Synchronous and in-thread hooks are now release candidate.
609613
- version:
610614
- v23.5.0
611615
- v22.15.0
@@ -645,7 +649,7 @@ for simplicity.
645649
646650
### Synchronous customization hooks
647651
648-
> Stability: 1.1 - Active Development
652+
> Stability: 1.2 - Release candidate
649653
650654
<i id="enabling_module_customization_hooks"></i>
651655

0 commit comments

Comments
 (0)