diff --git a/WHATSNEW b/WHATSNEW index 6f64f9614..95ee7c379 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -31,6 +31,9 @@ Changes that could break older environments: * The pattern definition **/._* has been included into the Default Excludes list. + +* 's element was modified to remove "never" as a value + as its behavior was undocumented and flakey. Fixed bugs: @@ -166,6 +169,9 @@ Other changes: * The compiler implementation for javac can now be chosen on a task by task basis. Use the new compiler attribute of to override the build.compiler property. + +* 's now has a 'unit' attribute to specify the + increment/decrement unit on date operations. Changes from Ant 1.4 to Ant 1.4.1 ===========================================