summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index ed80e145e..5dfc249e9 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,6 +7,12 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.2.0 (in progress)
===========================
+2023-04-21: olly
+ #2183 Fix #ifdef and #ifndef to work inside a %define. Previously
+ they were silently ignored in this context (but #if defined already
+ worked here if you need a workaround which works for older
+ versions).
+
2023-04-20: erezgeva
[Go] #2533 Implement argcargv.i library for Go.