Repository: commons-text Updated Branches: refs/heads/master a37bead30 -> 5cdb77906
TEXT-22: changes.xml documentation Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/5cdb7790 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/5cdb7790 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/5cdb7790 Branch: refs/heads/master Commit: 5cdb77906c9c6a35b08190cbbc35e7bee4578d2a Parents: a37bead Author: Rob Tompkins <chtom...@gmail.com> Authored: Mon Dec 5 10:22:23 2016 -0500 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Mon Dec 5 10:22:23 2016 -0500 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/5cdb7790/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d9318eb..9056330 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-22" type="fix" dev="chtompki">LevenshteinDistance reduce memory consumption</action> <action issue="TEXT-31" type="remove" dev="chtompki">Remove org.apache.commons.text.names, for later release than 1.0</action> <action issue="TEXT-2" type="add" dev="chtompki" due-to="Don Jeba">Add Jaccard Index and Jaccard Distance</action> <action issue="TEXT-27" type="add" dev="chtompki">Move org.apache.commons.lang3.StringEscapeUtils.java into text</action>