Skip to content

Commit 6ae5d4f

Browse files
committed
doc: mark sync module hooks as release candidate
1 parent 1527799 commit 6ae5d4f

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`.
@@ -602,6 +602,10 @@ changes:
602602
<!-- YAML
603603
added: v8.8.0
604604
changes:
605+
- version:
606+
- REPLACEME
607+
pr-url: https://github.com/nodejs/node/pull/60960
608+
description: Synchronous and in-thread hooks are now release candidate.
605609
- version:
606610
- v23.5.0
607611
- v22.15.0
@@ -641,7 +645,7 @@ for simplicity.
641645
642646
### Synchronous customization hooks
643647
644-
> Stability: 1.1 - Active Development
648+
> Stability: 1.2 - Release candidate
645649
646650
<i id="enabling_module_customization_hooks"></i>
647651

0 commit comments

Comments
 (0)