TEXT-97: Thanks Amey
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/30a29e2c Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/30a29e2c Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/30a29e2c Branch: refs/heads/master Commit: 30a29e2cf20e4c2036b423399a91cd01cd1759b6 Parents: e47c035 Author: Rob Tompkins <chtom...@apache.org> Authored: Tue Sep 5 14:43:17 2017 -0400 Committer: Rob Tompkins <chtom...@apache.org> Committed: Tue Sep 5 14:43:17 2017 -0400 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/30a29e2c/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d3ee6d8..7ceeafb 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-97" type="add" dev="chtompki" due-to="Amey Jadiye">RandomStringGenerator able to pass multiple ranges to .withinRange()</action> <action issue="TEXT-98" type="update" dev="chtompki" due-to="Arun Vinud S S">Deprecate isDelimiter and use HashSets for delimiter checks</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>