From cbec3239d2455126f9fa1a5a74ff59adc816afe6 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 31 May 2016 22:28:35 +0100 Subject: [PATCH] Correct CHANGES comment about kwargs and compactdefaultargs. [skip ci] --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ***