TEXT-32: changes.xml addition
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/b239ae45 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/b239ae45 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/b239ae45 Branch: refs/heads/master Commit: b239ae454da408a884d9d662b9109202e3bbe8bd Parents: 288781e Author: Rob Tompkins <[email protected]> Authored: Thu Dec 22 15:57:33 2016 -0500 Committer: Rob Tompkins <[email protected]> Committed: Thu Dec 22 15:57:33 2016 -0500 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/b239ae45/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ec4d183..3502637 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-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> <action issue="TEXT-33" type="update" dev="chtompki">Consolidating since tags at 1.0, removing deprecated methods</action>
