diff --git a/WHATSNEW b/WHATSNEW
index 1711ea8b2..f35d9b4d1 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -249,6 +249,8 @@ Other changes:
*
Your local installation of Perforce may require other settings (e.g. P4PASSWD, P4CONFIG). At the moment, these can only be set outside of Ant, as environment variables.
+Additionally, you may also specify the following attributes:
+
+
+
+
+
+Attribute
+ Description
+ Required
+
+
+failonerror
+ Specifies whether to stop the build
+ (
+ true
|yes
|on
)
+ or keep going (false
|no
|off
)
+ if an error is returned from the p4 command.No; defaults to true.
+
Setting in the environment:-