summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2020-10-10 16:07:55 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2020-10-10 16:07:55 +0100
commit638ca8152d4ff68540d74a2a173a81a96ffbaeaa (patch)
treed927be5211c7e1b26db7dfffbd264c453e1c6de8 /CHANGES.current
parent8edb04778556aeedf0006691e55100ad16ea7599 (diff)
downloadswig-638ca8152d4ff68540d74a2a173a81a96ffbaeaa.tar.gz
complex can now be used as an identifier
Remove final vestiges of 'complex' keyword. Closes #252
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 9e6a04cc3..2cf0bc497 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)
===========================
+2020-10-10: wsfulton
+ #252 complex can now be used as a C identifier and doesn't give a syntax error.
+
2020-10-10: lpsinger
#1770 Correct C complex support.
_Complex is now parsed as a keyword rather than complex as per the C99 standard.