From 2694ac58b27b3a44ab31b2b204757d882665886b Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 7 Dec 2020 08:20:29 +0100 Subject: [PATCH] record change --- WHATSNEW | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index c25a17b56..b9bbf3d35 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1,5 +1,6 @@ Changes from Ant 1.10.9 TO Ant 1.10.10 ====================================== + Fixed bugs: ----------- @@ -22,6 +23,10 @@ Other changes: result formatters which implemented this interface and such implementations are now expected to implement this new method. + * a new attribute preserveduplicates allows to return + the same resource multiple times when set to true. + Bugzilla Report 64854 + Changes from Ant 1.10.8 TO Ant 1.10.9 =====================================