diff --git a/.travis.yml b/.travis.yml index 432be8291..6572bb74b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/CHANGES.current b/CHANGES.current index dafe7077b..5611a764c 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -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.