summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Dawson <michael_dawson@ca.ibm.com>2019-03-01 10:44:53 -0500
committerMichael Dawson <michael_dawson@ca.ibm.com>2019-03-04 17:44:03 -0500
commit1bdcfa7abe308bb7f79cd3679e9f345b58b37334 (patch)
tree6afd5e16da25950adbdb03575220052a50de894f /doc
parent33880d79dd2ed9f7d5c437e2bba802d298e24b62 (diff)
downloadandroid-node-v8-1bdcfa7abe308bb7f79cd3679e9f345b58b37334.tar.gz
android-node-v8-1bdcfa7abe308bb7f79cd3679e9f345b58b37334.tar.bz2
android-node-v8-1bdcfa7abe308bb7f79cd3679e9f345b58b37334.zip
doc: fix up N-API support matrix
The support matrix was out of date. Update with current status. Fixes: https://github.com/nodejs/node/issues/25801 PR-URL: https://github.com/nodejs/node/pull/26377 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/n-api.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 53d3d07f3a..d19f20a4cf 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -145,13 +145,13 @@ available to the module code.
## N-API Version Matrix
-| | 1 | 2 | 3 |
-|:-----:|:-------:|:--------:|:--------:|
-| v4.x | | | |
-| v6.x | | | v6.14.2* |
-| v8.x | v8.0.0* | v8.10.0* | |
-| v9.x | v9.0.0* | v9.3.0* | v9.11.0* |
-| v10.x | | | v10.0.0 |
+| | 1 | 2 | 3 | 4 |
+|:-----:|:-------:|:--------:|:--------:|:--------:|
+| v6.x | | | v6.14.2* | |
+| v8.x | v8.0.0* | v8.10.0* | v8.11.2 | |
+| v9.x | v9.0.0* | v9.3.0* | v9.11.0* | |
+| v10.x | | | v10.0.0 | |
+| v11.x | | | v11.0.0 | v11.8.0 |
\* Indicates that the N-API version was released as experimental