You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/05/05 11:51:30 UTC

[14/14] [text] TEXT-41: thanks to Amey Jadiye

TEXT-41: thanks to Amey Jadiye


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

Branch: refs/heads/master
Commit: f651b78a679e2b09925faf51dffd80625b519bdb
Parents: 2dbbcea
Author: Rob <ch...@capitalone.com>
Authored: Fri May 5 07:51:36 2017 -0400
Committer: Rob <ch...@capitalone.com>
Committed: Fri May 5 07:51:36 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/commons-text/blob/f651b78a/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3ced620..5009be4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,6 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
 
   <release version="1.1" date="tbd" description="tbd">
+    <action issue="TEXT-41" type="add" dev="chtompki" due-to="Amey Jadiye">WordUtils.abbreviate support</action>
     <action issue="TEXT-82" type="add" dev="chtompki" due-to="Amey Jadiye">Putting WordUtils back in to the codebase</action>
     <action issue="TEXT-81" type="add" dev="pschumacher" due-to="djones">Add RandomStringGenerator</action>
     <action issue="TEXT-36" type="add" dev="pschumacher" due-to="Raymond DeCampo">RandomStringGenerator: allow users to provide source of randomness</action>