diff --git a/WHATSNEW b/WHATSNEW index 52f4cada7..73cc337cf 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -10,6 +10,8 @@ Changes that could break older environments: Regexp interface that also supports substitution instead of the RegexpMatcher interface in the future. +* will throw an exception if your src attribute points to a directory. + Fixed bugs: ----------- @@ -53,6 +55,8 @@ Other changes: * Added a new condition that test for the existence of a property to the condition task. +* Added a new condition . + * Ant's testcases require JUnit 3.7 or above as they now use the new assertTrue method instead of assert.