You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/05/31 12:13:25 UTC

[commons-io] branch master updated: [IO-669] Fix code smells; fix typos #115.

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 cd77872  [IO-669] Fix code smells; fix typos #115.
cd77872 is described below

commit cd7787277b170d5f439df03850ca0c574566e539
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun May 31 08:13:21 2020 -0400

    [IO-669] Fix code smells; fix typos #115.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0d260de..6d51e84 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,9 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
     <!-- The release date is the date RC is cut -->
     <release version="2.7.1" date="2020-MM-DD" description="Java 8 required.">
+      <action issue="IO-669" dev="ggregory" type="fix" due-to="XenoAmess, Gary Gregory">
+        Fix code smells; fix typos #115.
+      </action>
     </release>
     <!-- The release date is the date RC is cut -->
     <release version="2.7" date="2020-05-24" description="Java 8 required.">