summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-05-31 22:28:35 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-05-31 22:28:35 +0100
commitcbec3239d2455126f9fa1a5a74ff59adc816afe6 (patch)
tree779a434d4db9c06ef548c4c551797d9a8384f4b2 /CHANGES
parentb9ca9f5efc589e64a0c394c3bc240395bcd8951d (diff)
downloadswig-cbec3239d2455126f9fa1a5a74ff59adc816afe6.tar.gz
Correct CHANGES comment about kwargs and compactdefaultargs.
[skip ci]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 972bb9d2f..d6e1d291c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -783,7 +783,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 Ruby support kwargs, so this affects all the other languages.
+ This change affects all languages except Python and Ruby.
*** POTENTIAL INCOMPATIBILITY ***