diff --git a/WHATSNEW b/WHATSNEW index 369e25115..93f70fb9b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -55,9 +55,6 @@ Other changes: * It is now possible to specify the pattern created/parsed by . Bugzilla Report 16539. -* Added searchpath attribute to for searching path variable(s) - when resolveexecutable = true. - * Added -nouserlib option to allow running ant without automatically loading up ${user.dir}/.lib/ant. This is useful when compiling ant, and antlibs. Modified the build.sh and build.bat to use the option. @@ -174,6 +171,9 @@ Other changes: * Changed default tempdir for from user.dir to java.io.tmpdir. +* Added searchpath attribute to for searching path variable(s) + when resolveexecutable = true. + Fixed bugs: -----------