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 46f1be1 [IO-648] Implement directory content equality. 100#. 46f1be1 is described below commit 46f1be185442d1b65be2fa2429b795db516a21d7 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Dec 25 10:42:13 2019 -0500 [IO-648] Implement directory content equality. 100#. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e474024..21f5c57 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -183,6 +183,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="IO-458" dev="ggregory" type="add" due-to="Gary Gregory, Joshua Gitlin"> Add a SequenceReader similar to java.io.SequenceInputStream. </action> + <action issue="IO-648" dev="ggregory" type="add" due-to="Gary Gregory"> + Implement directory content equality. 100#. + </action> </release> <release version="2.6" date="2017-10-15" description="Java 7 required, Java 9 supported.">