From 8ab66c3125159dbbd620d8bd54f85eef1e7ba5ad Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 5 Nov 2022 10:19:36 +0000 Subject: [PATCH] Add changes entry for -swiglib CMake fix --- CHANGES.current | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index f1e26932f..3cc2c6066 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,9 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.2.0 (in progress) =========================== +2022-11-05: wsfulton + #2417 Fix -swiglib for Windows when building with CMake. + 2022-11-02: wsfulton #2418 Fix infinite loop handling non-type template parameters.