Skip to content

Commit a0fbdb1

Browse files
committed
add changes section
1 parent 6be38a6 commit a0fbdb1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/api/n-api.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2286,6 +2286,13 @@ object such that no properties can be set on it, and no prototype.
22862286

22872287
#### `napi_typedarray_type`
22882288

2289+
<!-- YAML
2290+
changes:
2291+
- version: REPLACEME
2292+
pr-url: https://github.com/nodejs/node/pull/58879
2293+
description: Added `napi_float16_array` for Float16Array support.
2294+
-->
2295+
22892296
```c
22902297
typedef enum {
22912298
napi_int8_array,

0 commit comments

Comments
 (0)