Repository: commons-text Updated Branches: refs/heads/master 28e26b2b6 -> 3292f74df
Update release 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/3292f74d Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/3292f74d Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/3292f74d Branch: refs/heads/master Commit: 3292f74df59e00923bf9743075c15a9d89f899f3 Parents: 28e26b2 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Fri Sep 22 10:51:07 2017 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Fri Sep 22 10:51:07 2017 -0600 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/3292f74d/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c558378..dbafafc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove. </properties> <body> - <release version="1.2" date="tbd" description="tbd"> + <release version="1.2" date="tbd" description="Release 1.2"> <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>