You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2017/03/02 01:50:00 UTC

[text] TEXT-64 add changelog entry

Repository: commons-text
Updated Branches:
  refs/heads/master 61a0be4ee -> 2d522713c


TEXT-64 add changelog entry


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/2d522713
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/2d522713
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/2d522713

Branch: refs/heads/master
Commit: 2d522713c477246a9243593e3010169edba22741
Parents: 61a0be4
Author: Bruno P. Kinoshita <br...@yahoo.com.br>
Authored: Thu Mar 2 14:49:50 2017 +1300
Committer: Bruno P. Kinoshita <br...@yahoo.com.br>
Committed: Thu Mar 2 14:49:50 2017 +1300

----------------------------------------------------------------------
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/2d522713/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6b943bd..42ff818 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,6 +52,7 @@ The <action> type attribute can be add,update,fix,remove.
    Methods StringEscapeUtils#escapeHtml3Once and StringEscapeUtils#escapeHtml4Once
    have been removed; see TEXT-40
   ">
+    <action issue="TEXT-64" type="fix" dev="kinow" due-to="chtompki">Investigate locale issue in ExtendedMessageFormatTest</action>
     <action issue="TEXT-69" type="fix" dev="chtompki">Resolve PMD/CMD Violations</action>
     <action issue="TEXT-40" type="remove" dev="sebb">Escape HTML characters only once: revert</action>
     <action issue="TEXT-65" type="fix" dev="chtompki">Fixing the 200 checkstyle errors present in 1.0-beta-1</action>