diff --git a/WHATSNEW b/WHATSNEW
index 1827e1010..3d6f67791 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -1,4 +1,4 @@
-Changes from current Ant 1.6.5 version to current RCS version
+Changes from current Ant 1.6.5 version to current SVN version
=============================================================
Changes that could break older environments:
@@ -77,6 +77,8 @@ Changes that could break older environments:
Fixed bugs:
-----------
+*
Note:
-You must have junit.jar and the class files for the
-<junit> task in the same classpath.
+You must have junit.jar available.
You can do one of:
+
junit.jar and the optional tasks jar file in
+Put both junit.jar and ant-junit.jar in
ANT_HOME/lib.
ANT_HOME/lib, and instead
include their locations in your CLASSPATH environment variable.
<classpath> element in the build file.
-
+Add both JARs to your classpath using -lib.
+<classpath> element in a <taskdef> in the build file.
+ant-junit.jar in its default location in ANT_HOME/lib
+but include junit.jar in the <classpath> passed
+to <junit>. (since Ant 1.7)
+See the FAQ for details. -
-Tests are defined by nested test or
batchtest tags (see nested
elements).
<classpath>
element that represents a PATH like
structure.
+As of Ant 1.7, this classpath may be used to refer to junit.jar
+as well as your tests and the tested code.
+
If fork is enabled, additional parameters may be passed to
@@ -580,7 +591,7 @@ aborted. Results are collected in files named
${reports.tests}.
Copyright © 2000-2005 The Apache Software Foundation. All rights +
Copyright © 2000-2006 The Apache Software Foundation. All rights Reserved.