TEXT-93: Thanks Amey for update
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/5e479dcd Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/5e479dcd Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/5e479dcd Branch: refs/heads/master Commit: 5e479dcd74dab262e5080991796395c3e29222b9 Parents: 9db7708 Author: Rob Tompkins <[email protected]> Authored: Wed Jun 28 22:11:21 2017 -0400 Committer: Rob Tompkins <[email protected]> Committed: Wed Jun 28 22:11:21 2017 -0400 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/5e479dcd/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 412d1f4..41e9430 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-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> <action issue="TEXT-85" type="add" dev="chtompki" due-to="Arun Vinud S S">Added CaseUtils class with camel case conversion support</action> <action issue="TEXT-91" type="add" dev="pschumacher">RandomStringGenerator should be able to generate a String with a random length</action>
