TEXT-26: adding note to changes.xml
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/6f6da346 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/6f6da346 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/6f6da346 Branch: refs/heads/master Commit: 6f6da346724162ca3cab1aa10ad97e1dd30ec3ad Parents: 7059ba3 Author: Rob Tompkins <chtom...@gmail.com> Authored: Mon Dec 26 11:33:05 2016 -0500 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Mon Dec 26 11:33:05 2016 -0500 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/6f6da346/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3502637..0297836 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-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> <action issue="TEXT-35" type="fix" dev="kinow">Unfinished class Javadoc for CosineDistance</action>