This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new 5566149 Tiny performance improvement in FileUtils#moveDirectoryToDirectory() #174. 5566149 is described below commit 55661498fe57a73b43337ff91bbfac633ca76ac0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 31 22:20:05 2020 -0500 Tiny performance improvement in FileUtils#moveDirectoryToDirectory() #174. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d5eceb3..68e3385 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -149,6 +149,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Gary Gregory"> Update commons.japicmp.version 0.14.4 -> 0.15.1. </action> + <action dev="ggregory" type="update" due-to="Michiel Kalkman"> + Tiny performance improvement in FileUtils#moveDirectoryToDirectory() #174. + </action> </release> <!-- The release date is the date RC is cut --> <release version="2.8.0" date="2020-09-05" description="Java 8 required.">