From dc7f97a9325dbb9b4b6126b9fa0960ef409bb2cb Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Thu, 28 Feb 2002 10:30:04 +0000 Subject: [PATCH] Added reference to the option in JavaDoc. (Is this the correct position? Someone hit me with a cluestick if I should have added it at the top of the section or in a different section.) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271602 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index d68a869cd..5d03fe46f 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -199,6 +199,10 @@ Other changes: addition to the files matched by your patterns. There now is a new attribute to suppress this behavior. +* now supports a nested element to provide the -tag option + to the standard Java 1.4 doclet. The element is ignored when not running + on Java 1.4. + Changes from Ant 1.4 to Ant 1.4.1 ===========================================