This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git
The following commit(s) were added to refs/heads/master by this push: new 75c39d6 Fix type. 75c39d6 is described below commit 75c39d68876237ac6fcb84024fc83fd8bf855bad Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jul 24 09:48:42 2021 -0400 Fix type. --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 851a487..8426f12 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,7 +51,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="TEXT-158" type="fix" dev="kinow">Incorrect values for Jaccard similarity with empty strings.</action> <action issue="TEXT-186" type="fix" dev="ggregory" due-to="Gautam Korlam, Gary Gregory">StringSubstitutor map constructor throws NPE on 1.9 with null map.</action> <action issue="TEXT-191" type="fix" dev="kinow" due-to="Bradley David Rumball">JaroWinklerDistance returns the same values as JaroWinklerSimilarity.</action> - <action type="add" dev="ggregory" due-to="Gary Gregory">Correct Javadoc in FileStringLookup.</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Correct Javadoc in FileStringLookup.</action> <!-- ADD --> <action issue="TEXT-207" type="add" dev="mattjuntunen">Add DoubleFormat utility.</action> <action issue="TEXT-190" type="add" dev="kinow" due-to="Benjamin Bing">Document negative limit for WordUtils abbreviate method</action>