diff --git a/WHATSNEW b/WHATSNEW index 52c94397e..028d5e17d 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -49,6 +49,11 @@ Changes that could break older environments: matches what the documentation implied. Bugzilla Report 24668. + * Ant's configuration introspection mechanisms have been modified to prefer + Resource and FileProvider attributes to plain java.io.File attributes; + however the configuration-from-String behavior remains equivalent, rendering + a FileResource. + Fixed bugs: -----------