summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-11-25 08:29:01 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-11-25 08:37:39 +0000
commit9b91b24d6be0c5296b08b527b70e6abd5507b3c2 (patch)
treeea0dcf037b6f17ea11f560c14105738df1258bd2 /CHANGES.current
parent081d44d45ea4ef4247580a9baa1f8bb64bd16b77 (diff)
downloadswig-9b91b24d6be0c5296b08b527b70e6abd5507b3c2.tar.gz
Fix syntax error parsing unnamed template parameters with a default.
Closes #961
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index ba8bc36ef..e240ca3bc 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-25: wsfulton
+ #961 Fix syntax error parsing unnamed template parameters with a default value.
+
2022-11-25: olly
#2447 Fix undefined behaviour in swig's parser when handling
default parameter expressions containing method calls.