From e1fdb67f094d3cb616a2b1b999b95f969f6096cb Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 6 Oct 2022 23:24:46 +0100 Subject: [PATCH] Document CFFI removal --- CHANGES.current | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index b4eeaf3a2..224ea36d7 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,12 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.1.0 (in progress) =========================== +2022-10-06: wsfulton + [CFFI] #1966 #2200 Remove code for Common Lisp CFFI. We dropped support + for it in SWIG 4.0.0 by disabling it as the first stage. This is the + final stage for complete removal as there has been no meaningful + progress to revive it to the status of experimental language. + 2022-10-06: olly [Python] #2390 Remove deprecated and apparently useless defarg.swg