From 95834baf7a3831349fce74d6f8a682fb64e52e87 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sun, 7 Aug 2011 02:49:43 +0000 Subject: [PATCH] document JUnit filtertrace change git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1154641 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 990a6bd03..f6e0dbd49 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -100,6 +100,10 @@ Other changes: * The expandproperties filter now accepts a nested propertyset which, if specified, provides the properties for expansion. Bugzilla Report 51044. + + * will no longer filter out the very + first line of the stacktrace containing the original exception + message even if it matches one of the filter expressions. Changes from Ant 1.8.1 TO Ant 1.8.2 ===================================