From 11eb66160fc05b622bc3b8b68926b7e1fb5bc089 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Mon, 28 Aug 2006 20:54:06 +0000 Subject: [PATCH] move last comment to appropriate section. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@437824 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index d7044423d..3b3a67730 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -7,6 +7,8 @@ Changes that could break older environments: Fixed bugs: ----------- +* included empty directories. Bugzilla report 40258. + Other changes: -------------- @@ -273,8 +275,6 @@ Fixed bugs: * mixing of add and addConfigured methods in Mapper/ChainedMapper causes incorrect chaining. Bugzilla report 40228. -* included empty directories. Bugzilla report 40258. - Other changes: --------------