Skip to content

Commit 6037705

Browse files
author
Gabriel Schulhof
committed
add changes: sections
1 parent 2d7c4f2 commit 6037705

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/api/n-api.md

+8
Original file line numberDiff line numberDiff line change
@@ -1607,6 +1607,10 @@ with `napi_add_env_cleanup_hook`, otherwise the process will abort.
16071607
#### napi_add_async_cleanup_hook
16081608
<!-- YAML
16091609
added: v14.8.0
1610+
changes:
1611+
- version: REPLACEME
1612+
pr-url: https://github.com/nodejs/node/pull/34819
1613+
description: Changed signature of the `hook` callback.
16101614
-->
16111615

16121616
> Stability: 1 - Experimental
@@ -1644,6 +1648,10 @@ added is being torn down anyway.
16441648
#### napi_remove_async_cleanup_hook
16451649
<!-- YAML
16461650
added: v14.8.0
1651+
changes:
1652+
- version: REPLACEME
1653+
pr-url: https://github.com/nodejs/node/pull/34819
1654+
description: Removed `env` parameter.
16471655
-->
16481656

16491657
> Stability: 1 - Experimental

0 commit comments

Comments
 (0)