You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ec...@apache.org on 2017/07/18 23:30:02 UTC

[text] [TEST-89] adjust change description

Repository: commons-text
Updated Branches:
  refs/heads/master ce4f20e26 -> 065a2f125


[TEST-89] adjust change description


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

Branch: refs/heads/master
Commit: 065a2f12542c87a9e0baecc8f18d3a460c3ee102
Parents: ce4f20e
Author: Bernd Eckenfels <ec...@apache.org>
Authored: Wed Jul 19 01:27:05 2017 +0200
Committer: Bernd Eckenfels <ec...@apache.org>
Committed: Wed Jul 19 01:27:05 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-text/blob/065a2f12/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 39afc74..44c14d6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,7 +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-89" type="add" dev="chtompki" due-to="Arun Vinud S S">WordUtils.initials support for UTF-16 surrogate pairs</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>