Repository: commons-text Updated Branches: refs/heads/master 08ac56a50 -> 7fcc343d2
Add TEXT-38 Jira issue to changes. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/7fcc343d Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/7fcc343d Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/7fcc343d Branch: refs/heads/master Commit: 7fcc343d2703404de5742f48ce483fd463a14793 Parents: 08ac56a Author: duncan <dun...@wortharead.com> Authored: Tue Dec 27 08:50:36 2016 +0000 Committer: duncan <dun...@wortharead.com> Committed: Tue Dec 27 08:50:36 2016 +0000 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/7fcc343d/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0297836..1ec7168 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,7 @@ <body> <release version="1.0" date="tba" description="tba"> + <action issue="TEXT-38" type="fix" dev="djones">Fluent API in "RandomStringBuilder"</action> <action issue="TEXT-26" type="fix" dev="chtompki">Fix JaroWinklerDistance in the manner of LUCENE-1297</action> <action issue="TEXT-32" type="add" dev="chtompki">Add LCS similarity and distance</action> <action issue="TEXT-34" type="add" dev="djones">Add class to generate random strings</action>