diff --git a/WHATSNEW b/WHATSNEW index 1ab56313b..dc9f77af0 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -12,11 +12,6 @@ Fixed bugs: * failed to load classes correctly. -* Redirector exhibited inconsistent behavior with regard to split - output. When sent to file only, files would be created in all - cases; when split file-property, files were only created if - writes were performed. - * replacestring tokenfilter only replaced the first occurrence. * AntLikeTasksAtTopLevelTest failed on cygwin. @@ -125,6 +120,11 @@ Fixed bugs: * Ant failed to locate tools.jar if the jre directory name wasn't all lowercase. Bugzilla Report 25798. +* Redirector exhibited inconsistent behavior with regard to split + output. When sent to file only, files would be created in all + cases; when split file-property, files were only created if + writes were performed. + Other changes: --------------