diff --git a/WHATSNEW b/WHATSNEW index 4ce279b56..9ece8c1ce 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -58,6 +58,10 @@ Changes that could break older environments: required in order to exclude remote symbolic links (when doing a get, chmod, delete, rmdir). +* The values of the Copy#fileCopyMap variable has changed from String to + String[]. (In java 1.5 terms it was Hashtable and + is now Hashtable). This will affect third party code + that extend Copy and override Copy#doFileOperations. Fixed bugs: -----------