From edc401befe8a7b6835538abcc717a87eaefa31ef Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 31 Aug 2005 19:41:04 +0000 Subject: [PATCH] Document fix for: PR: 36302 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278546 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 82f3cef82..30883da0e 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -137,6 +137,9 @@ Fixed bugs: * used wrong switch for retrieving revisions by label. Bugzilla Report 36359. +* closed System.out, disabling output on second and subsequent + invocations. Bugzilla report 36302. + Other changes: --------------