Document node v12 support and minimum is now v6

Code to remove support for node v0.10 upto v6 is still to be removed.
This commit is contained in:
William S Fulton 2021-02-24 22:22:36 +00:00
commit 7ba19e7586
2 changed files with 4 additions and 8 deletions

View file

@ -68,14 +68,6 @@ matrix:
os: linux
env: SWIGLANG=java
dist: xenial
- compiler: gcc
os: linux
env: SWIGLANG=javascript ENGINE=node VER=0.10
dist: xenial
- compiler: gcc
os: linux
env: SWIGLANG=javascript ENGINE=node VER=4 CPP11=1
dist: xenial
- compiler: gcc
os: linux
env: SWIGLANG=javascript ENGINE=node VER=6 CPP11=1

View file

@ -7,6 +7,10 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.1.0 (in progress)
===========================
2021-02-24: tomleavy, yegorich, tungntpham
#1746 [Javascript] Add support for Node v12.
SWIG support is now for Node v6 and later only.
2020-10-10: wsfulton
#252 complex can now be used as a C identifier and doesn't give a syntax error.