From de3e91d20ff914e330d5dbccf59b8e76a8f28b0e Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 28 Feb 2018 10:11:20 +0100 Subject: [PATCH] document reverted clone method signatures --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 6d15acc88..8d0d67131 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -10,6 +10,10 @@ Changes that could break older environments: and no longer throws an exception. ant-dev list https://www.mail-archive.com/dev@ant.apache.org/msg46634.html + * Reverted the signature change of various clone method + implementation in Ant's data-types introduced with 1.10.2 as they + broke subclasses of said data-types which tried to override clone. + Fixed bugs: -----------