From b60b29667568cca48b63cd59b0f3a88a69be26a6 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 12 Jul 2006 21:56:00 +0000 Subject: [PATCH] another random commit git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@421430 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 1e89a4e2b..472c165b8 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -7,8 +7,8 @@ Changes that could break older environments: * Removed support for xalan1 completely. Users of Xalan1 for Ant builds will have to stay at ant 1.6.5 or upgrade to xalan2. -* Improved recursion detection for lines with multiple matches of same token on a single line. - Bugzilla report 38456. +* Improved recursion detection for lines with multiple matches of same token + on a single line. Bugzilla report 38456. * Task will now log correctly even if no project is set. Bugzilla report 38458.