diff --git a/WHATSNEW b/WHATSNEW
index e331033a6..79fb177bc 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -48,6 +48,7 @@ Other changes:
upgraded to 0.1.54. Jsch is the library behind the sshexec
and scp Ant tasks.
+ * Added a new
Tests the version of the JVM executing Ant. Since Ant +1.9.10
+ +Attribute | +Description | +Required | +|
atleast | +The version that this JVM is at least. + The format is major.minor.point. Starting with Java9 really + only the major number is determined. | +No | +One of these. | +
exactly | +The version that this JVM is exactly. + The format is major.minor.point. Starting with Java9 really + only the major number is determined. | +No | +
+ An example: +
+ ++ ++<javaversion atleast="9"/> +
will evaluate to true if the current JVM is Java9 or above.
+