Author: bodewig
Date: Sun Aug 7 02:49:43 2011
New Revision: 1154641
URL: http://svn.apache.org/viewvc?rev=1154641&view=rev
Log:
document JUnit filtertrace change
Modified:
ant/core/trunk/WHATSNEW
Modified: ant/core/trunk/WHATSNEW
URL:
http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=1154641&r1=1154640&r2=1154641&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Sun Aug 7 02:49:43 2011
@@ -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.
+
+ * <junit filtertrace="true"/> 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
===================================