Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2020-09-21 22:53:36 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-09-22 21:04:14 +0300
commit25d845656380d824a75a4f21c517d89fe3107896 (patch)
tree19c00c6060c7510427a60acb6c68e4a5699054ae /doc/api/n-api.md
parent7794d36a372b7cb448f5a637765a8fe2e1431d95 (diff)
2020-09-22, Version 14.12.0 (Current)
Notable changes: - deps: - update to uvwasi 0.0.11 (Colin Ihrig) [#35104](https://github.com/nodejs/node/pull/35104) - n-api: - create N-API version 7 (Gabriel Schulhof) [#35199](https://github.com/nodejs/node/pull/35199) - add more property defaults (Gerhard Stoebich) [#35214](https://github.com/nodejs/node/pull/35214) PR-URL: https://github.com/nodejs/node/pull/35285
Diffstat (limited to 'doc/api/n-api.md')
-rw-r--r--doc/api/n-api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index af20ddc1482..dc991a0a5bc 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -3751,7 +3751,7 @@ if (status != napi_ok) return status;
#### napi_property_attributes
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v14.12.0
pr-url: https://github.com/nodejs/node/pull/35214
description: added `napi_default_method` and `napi_default_property`
-->