From 5764c6b4b566fd182c5034c5a833fa67e8c1a5ad Mon Sep 17 00:00:00 2001 From: mclarke Date: Tue, 8 Oct 2013 19:43:19 +0000 Subject: [PATCH] Adding missing WHATSNEW note git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1530405 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 749b7a509..7c1920c92 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -26,6 +26,9 @@ Other changes: * tar entries with long link names are now handled the same way as entries with long names. + * Addition of 'skipNonTests' attribute to and + tasks to allow the tasks to skip classes that don't contain tests. + Changes from Ant 1.9.1 TO Ant 1.9.2 ===================================