summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2023-05-18 08:07:49 +1200
committerOlly Betts <olly@survex.com>2023-05-18 08:07:49 +1200
commitcee3d5b1efb121ccc02e7571eb286f1ca7473898 (patch)
treeb79b48e11bb236be799f0f7f3e128f0f7757539f /CHANGES.current
parentec1a29c72e828b3b6b2a0e7f85e0a91b9f7577ef (diff)
parentf26fa0ba9b8d90f2692343c69592fbb0ceea6205 (diff)
downloadswig-master.tar.gz
Merge branch 'arbitrary-decltype-expressions'HEADmaster
Diffstat (limited to 'CHANGES.current')
-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.