From e4e8d52117e72aa39fa0a6f3948a6e2058030b99 Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Fri, 28 Jul 2006 11:41:14 +0000 Subject: [PATCH] More info re. #28621. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@426481 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index 4583f6c33..e2e16b2b3 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -258,7 +258,7 @@ Other changes: -------------- * InputHandler implementations may now call InputRequest.getDefaultValue() - if they wish. + if they wish. The default handler uses this also. Bugzilla report 28621. * Took in bugzilla report 39320.