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 aa9d217 Document recent changes. aa9d217 is described below commit aa9d2178c95dbca54257c114a6dd71f1d95fa3d1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jul 27 20:06:57 2020 -0400 Document recent changes. --- src/changes/changes.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2fe0c12..a742cde 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -84,17 +84,20 @@ The <action> type attribute can be add,update,fix,remove. FileSystem.getCurrent() does not return the correct enum. </action> <action dev="ggregory" type="fix" due-to="Gary Gregory"> - maven-checkstyle-plugin 3.1.0 -> 3.1.1. - </action> - <action dev="ggregory" type="fix" due-to="Gary Gregory"> Replace FindBugs with SpotBugs. </action> <action dev="ggregory" type="fix" due-to="Gary Gregory"> Fix SpotBugs issues in org.apache.commons.io.FileUtils. </action> - <action dev="ggregory" type="fix" due-to="Gary Gregory"> + <action dev="ggregory" type="update" due-to="Gary Gregory"> + maven-checkstyle-plugin 3.1.0 -> 3.1.1. + </action> + <action dev="ggregory" type="update" due-to="Gary Gregory"> Update tests from org.apache.commons:commons-lang3 3.10 to 3.11. </action> + <action dev="ggregory" type="update" due-to="Gary Gregory"> + Update commons-parent from 50 to 51 #129. + </action> </release> <!-- The release date is the date RC is cut --> <release version="2.7" date="2020-05-24" description="Java 8 required.">