diff --git a/WHATSNEW b/WHATSNEW index 5d2804fdc..ff2585def 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -79,6 +79,9 @@ Fixed bugs: * " always compiles on Java1.5" bugzilla report=33862. Fixed default stub version to always be "compat", even on Java1.5+. +* The .NET compilation tasks failed if filenames given as references + contained spaces. Bugzilla Report 27170. + Other changes: -------------- @@ -305,9 +308,6 @@ Other changes: * 's extraoptions can now contain multiple arguments. Bugzilla Report 23599. -* The .NET compilation tasks failed if filenames given as references - contained spaces. Bugzilla Report 27170. - * with default values set by properties would be seen as new definitions when called twice with different properties. This was confusing so the definitions are now treated as similar.