diff --git a/WHATSNEW b/WHATSNEW
index f20a9469b..2927efe62 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -24,6 +24,10 @@ Changes that could break older environments:
Fixed bugs:
-----------
+* Programs run with
Note that you cannot interact with a forked VM, the only way to -send input to it is via the input and inputstring attributes. Also note that -in Ant 1.6, any attempt to read input in the forked VM will receive an -EOF (-1). This is a change from Ant 1.5, where such an attempt would block.
+As of Ant 1.7, you can interact with a forked VM, as well as
+sending input to it via the input
and inputstring
+attributes.
A file from which the executed command's standard input is taken. This attribute is mutually exclusive with the inputstring attribute | -No | +No; default is to take standard input from console
+ (unless spawn="true" ) |
|
inputstring | A string which serves as the input stream for the executed command. This attribute is mutually exclusive with the input attribute. | -No | +No; default is to take standard input from console
+ (unless spawn="true" ) |
newenvironment | @@ -353,4 +354,3 @@ Reserved.