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/07/18 19:37:13 UTC

[2/2] [text] TEXT-89: Thanks to Arun Vinud S S for the patch

TEXT-89: Thanks to Arun Vinud S S for the patch


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

Branch: refs/heads/master
Commit: ce4f20e26a34076e3c98fcfe870aa6b3121c7fe7
Parents: 15c2e4b
Author: Rob Tompkins <ch...@gmail.com>
Authored: Tue Jul 18 15:35:45 2017 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Tue Jul 18 15:35:45 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/commons-text/blob/ce4f20e2/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b1f71dc..39afc74 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.2" date="tbd" description="tbd">
+    <action issue="TEXT-89" type="add" dev="chtompki" due-to="Arun Vinud S S">Add UTF-32 surrogate pairs support for WordUtils.initials()</action>
     <action issue="TEXT-88" type="update" dev="chtompki" due-to="Amey Jadiye">WordUtils should treat an empty delimiter array as no delimiters</action>
     <action issue="TEXT-93" type="update" dev="chtompki" due-to="Amey Jadiye">Update RandomStringGenerator to accept a list of valid characters</action>
     <action issue="TEXT-90" type="add" dev="pschumacher">Add CharacterPredicates for ASCII letters (uppercase/lowercase) and arabic numerals</action>