From dcc4fb26fb646beac83ebe28969edf641065f836 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Tue, 13 Apr 2004 21:46:02 +0000 Subject: [PATCH] Fixed 's "optional" attribute. Reported by: Nick Gianakas git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276304 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 004063020..113b256e6 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -110,6 +110,9 @@ Fixed bugs: the -C switch to gcj. This means you can now compile to native code with gcj which has been impossible in Ant < 1.6.2. +* and + behaved identically. + Other changes: --------------