This is an automated email from the ASF dual-hosted git repository. bodewig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git
commit 2694ac58b27b3a44ab31b2b204757d882665886b Author: Stefan Bodewig <bode...@apache.org> AuthorDate: Mon Dec 7 08:20:29 2020 +0100 record change --- WHATSNEW | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index c25a17b..b9bbf3d 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 <resourcelist> 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 =====================================