diff --git a/CHANGES.current b/CHANGES.current index 38c0b7011..fbf85ba3e 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.1.0 (in progress) =========================== +2022-07-27: ZackerySpytz, olly + #1678 Support parsing C++20 templated lambdas. + 2022-07-27: ZackerySpytz, olly #1622 Add support for the C++20 spaceship operator (<=>). diff --git a/Doc/Manual/CPlusPlus20.html b/Doc/Manual/CPlusPlus20.html index 8db84bfd5..0f29a03b8 100644 --- a/Doc/Manual/CPlusPlus20.html +++ b/Doc/Manual/CPlusPlus20.html @@ -50,6 +50,14 @@ or attempts to automatically map it to a three-way comparison operator in any target languages that have one.
++SWIG should parse lambda templates, but +like + non-templated lambdas they aren't currently wrapped. +
+