From 9cfaa985ac8efbc2b883dc51041a78d842a576ac Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Tue, 2 Oct 2007 12:27:20 +0000 Subject: [PATCH] noting #43398 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@581206 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index d3934a643..5d8c24796 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -84,6 +84,11 @@ Changes that could break older environments: Fixed bugs: ----------- + +* The default logger was failing to print complete stack traces for exceptions + other than BuildException, thus omitting often important diagnostic + information. Bugzilla 43398. + * Error in FTP task Bugzilla report 41724