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 1cf3695 [IO-673] Make some simplifications #121.
1cf3695 is described below
commit 1cf36951e7c480c31a7a36dd59744dd23f216197
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jun 22 09:37:26 2020 -0400
[IO-673] Make some simplifications #121.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bd3cc64..b7eee83 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,6 +53,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="fix" due-to="Jerome Wolff, Gary Gregory">
Add caching for required charsets #120.
</action>
+ <action issue="IO-673" dev="ggregory" type="fix" due-to="Jerome Wolff">
+ Make some simplifications #121.
+ </action>
</release>
<!-- The release date is the date RC is cut -->
<release version="2.7" date="2020-05-24" description="Java 8 required.">