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
commit 42ed368a27a0d049a7dd021c7f77ccd7d31a7a1c Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sun Oct 18 11:09:05 2020 -0400 Fix due-to. --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index efae72e..e46186b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,7 +63,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" due-to="Michiel Kalkman"> FileUtils#copyDirectory(File, File, FileFilter, preserveFileDate) clean up #163. </action> - <action dev="ggregory" type="fix" due-to="Michiel Kalkman"> + <action dev="ggregory" type="fix" due-to="Gary Gregory"> AccumulatorPathVisitor does not track directories properly. </action> <!-- ADD -->