From 4d35c0f2bce894f6064ad0ea4bd9e1f9bc75b7e7 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Thu, 8 Jan 2004 14:58:53 +0000 Subject: [PATCH] documented some changes I've made git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275879 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index f8b74e1ea..4cd3d9463 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -20,6 +20,11 @@ Other changes: * Enable to choose the regexp implementation without system property. Bugzilla Report 15390. + +* task lets you set the priority of the current thread; non-forking + code will inherit this priority in their main thread. + +* has filelist support. Changes from Ant 1.5.4 to Ant 1.6 =================================