diff --git a/WHATSNEW b/WHATSNEW index 07ca3e7aa..2eb0e54d9 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -12,13 +12,6 @@ Fixed bugs: * failed to load classes correctly. -* replacestring tokenfilter only replaced the first occurrence. - -* AntLikeTasksAtTopLevelTest failed on cygwin. - -* I/O-intensive processes hung when executed via . - Bugzilla reports 23893/26852. - Other changes: -------------- @@ -126,6 +119,13 @@ Fixed bugs: * UNC pathnames did not work for ANT_HOME or -lib locations on Windows. Bugzilla report 27922. +* replacestring tokenfilter only replaced the first occurrence. + +* AntLikeTasksAtTopLevelTest failed on cygwin. + +* I/O-intensive processes hung when executed via . + Bugzilla reports 23893/26852. + Other changes: --------------