summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2023-05-18 08:05:16 +1200
committerOlly Betts <olly@survex.com>2023-05-18 08:05:16 +1200
commitf26fa0ba9b8d90f2692343c69592fbb0ceea6205 (patch)
treec652e74025c537ade3a0fad94d84ac196479b8ab
parent59794e710fb91ce41343ffed485f2652828bd1bf (diff)
downloadswig-f26fa0ba9b8d90f2692343c69592fbb0ceea6205.tar.gz
Add CHANGES.current entry
-rw-r--r--CHANGES.current8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index a528b663c..e50ddac51 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,6 +7,14 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.2.0 (in progress)
===========================
+2023-05-18: olly
+ #1589 #2335 Support parsing arbitrary expression in decltype.
+
+ Use parser error recovery to skip to the closing matching `)` and
+ issue a warning that we can't deduce the decltype for the
+ expression (like we already do for any expression which isn't a
+ simple variable or similar).
+
2023-05-12: mmomtchev, erezgeva
[Javascript] #2561 Support check typemaps for Javascript.