diff --git a/WHATSNEW b/WHATSNEW
index eb5c30984..83dd833f3 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -66,6 +66,8 @@ Other changes:
* Allow the SQL Delimiter to be set in the so that Oracle stored procs may be
entered
+* and can now optionally skip empty filesets.
+
Fixed bugs:
-----------
diff --git a/docs/manual/CoreTasks/execon.html b/docs/manual/CoreTasks/execon.html
index 124097ec1..d8dfe3c51 100644
--- a/docs/manual/CoreTasks/execon.html
+++ b/docs/manual/CoreTasks/execon.html
@@ -63,6 +63,12 @@ command. At least one nested <fileset>
is required.
variables are specified.
No, default is false |
+
+ skipemptyfilesets |
+ Don't run the command, if no source files have
+ been found. |
+ No, default is false |
+
parallel |
Run the command only once, appending all files as
|