From 7ba19e758632c8aeddcf82ddf48a05f34e218bc9 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 24 Feb 2021 22:22:36 +0000 Subject: [PATCH] Document node v12 support and minimum is now v6 Code to remove support for node v0.10 upto v6 is still to be removed. --- .travis.yml | 8 -------- CHANGES.current | 4 ++++ 2 files changed, 4 insertions(+), 8 deletions(-) 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.