summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-05-27 18:55:16 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-05-28 00:45:24 +0100
commita91d1b5a4286e7fdf307ec8d21a248eb63a57a33 (patch)
treeff8eb4fbc444acfd5c3b5bf22a36dd21161c79bb /CHANGES
parent6725b2fdf67f49e6e5009637df9b9f7a7bc57ff9 (diff)
downloadswig-a91d1b5a4286e7fdf307ec8d21a248eb63a57a33.tar.gz
Remove unused kwnames generated variable in Ruby wrappers
This seems to be from some left over Python kwargs / unfinished kwargs support
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 198230775..d2b53d40b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -587,7 +587,7 @@ Version 3.0.3 (30 Dec 2014)
2014-10-21: wsfulton
Fix issue #242 - Use of the "kwargs" feature no longer automatically turns on the
"compactdefaultargs" feature if the target language does not support kwargs.
- Only Java and Python support kwargs, so this affects all the other languages.
+ Only Java and Ruby support kwargs, so this affects all the other languages.
*** POTENTIAL INCOMPATIBILITY ***