From 857456b5f3093cd677ce06a620a022db1e3fb8f7 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 11 Feb 2019 09:11:57 +0000 Subject: [PATCH] Add changes entry about target language statuses --- CHANGES.current | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 50280fb91..455f79128 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -47,6 +47,12 @@ Version 4.0.0 (in progress) [PHP] The generated code is now compatible with PHP 7.3, and the testsuite now runs cleanly with this version too. +2019-02-05: wsfulton + #1437 SWIG now classifies the status of target languages into either 'Experimental' or + 'Supported'. This status is provided to indicate the level of maturity to expect when using + a particular target language as not all target languages are fully developed. Details are + in the Introduction.html chapter of the documentation. + 2019-02-04: wsfulton [CFFI] #1447 Common Lisp CFFI has been disabled as a target language in SWIG as part of a clean up to remove target languages that have been neglected/not functional.