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/06/11 12:46:10 UTC

[commons-io] branch master updated: Add caching for required charsets #120.

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 08a3196  Add caching for required charsets #120.
08a3196 is described below

commit 08a31960ce6afe0f407307b550eaabb078b4f5f0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jun 11 08:46:06 2020 -0400

    Add caching for required charsets #120.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

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