summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Dawson <michael_dawson@ca.ibm.com>2020-04-13 17:31:05 -0400
committerMichael Dawson <michael_dawson@ca.ibm.com>2020-04-17 15:35:26 -0400
commit2abec128381b81581ab9590e4aa4ff0e868b0806 (patch)
tree4025fad773de871cd5d08bfe3c7f43214d3b85d9
parent8e55c277bf428c27c4b5d6abb21fcb1709fea0b0 (diff)
downloadnode-new-2abec128381b81581ab9590e4aa4ff0e868b0806.tar.gz
doc: add N-API version 6 to table
We missed adding version 6 to the compatibility table when we defined version 6. Add it along with the versions that we know will include version 6. PR-URL: https://github.com/nodejs/node/pull/32829 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
-rw-r--r--doc/api/n-api.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 71796504b1..c31eb17eeb 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -241,15 +241,16 @@ from version 3 with some additions. This means that it is not necessary
to recompile for new versions of Node.js which are
listed as supporting a later version.
-| | 1 | 2 | 3 | 4 | 5 |
-|-------|---------|----------|----------|----------|-----------|
-| v6.x | | | v6.14.2* | | |
-| v8.x | v8.0.0* | v8.10.0* | v8.11.2 | v8.16.0 | |
-| v9.x | v9.0.0* | v9.3.0* | v9.11.0* | | |
-| v10.x | v10.0.0 | v10.0.0 | v10.0.0 | v10.16.0 | v10.17.0 |
-| v11.x | v11.0.0 | v11.0.0 | v11.0.0 | v11.8.0 | |
-| v12.x | v12.0.0 | v12.0.0 | v12.0.0 | v12.0.0 | v12.11.0 |
-| v13.x | v13.0.0 | v13.0.0 | v13.0.0 | v13.0.0 | v13.0.0 |
+| | 1 | 2 | 3 | 4 | 5 | 6 |
+|-------|---------|----------|----------|----------|-----------|-----------|
+| v6.x | | | v6.14.2* | | | |
+| v8.x | v8.0.0* | v8.10.0* | v8.11.2 | v8.16.0 | | |
+| v9.x | v9.0.0* | v9.3.0* | v9.11.0* | | | |
+| v10.x | v10.0.0 | v10.0.0 | v10.0.0 | v10.16.0 | v10.17.0 | v10.20.0 |
+| v11.x | v11.0.0 | v11.0.0 | v11.0.0 | v11.8.0 | | |
+| v12.x | v12.0.0 | v12.0.0 | v12.0.0 | v12.0.0 | v12.11.0 | |
+| v13.x | v13.0.0 | v13.0.0 | v13.0.0 | v13.0.0 | v13.0.0 | |
+| v14.x | v14.0.0 | v14.0.0 | v14.0.0 | v14.0.0 | v14.0.0 | v14.0.0 |
\* Indicates that the N-API version was released as experimental