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