This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git
commit a6f2b44e17a8fa11066ec3519411adf5acc2abaa Author: aherbert <aherb...@apache.org> AuthorDate: Wed Mar 13 14:47:07 2019 +0000 TEXT-155: Update changes.xml --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7cb10e3..c1cfeda 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,6 +56,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="TEXT-156" type="update" dev="aherbert">Fix the RegexTokenizer to use a static Pattern</action> <action issue="TEXT-157" type="update" dev="aherbert">Remove rounding from JaccardDistance and JaccardSimilarity</action> <action issue="TEXT-151" type="fix" dev="aherbert">Fix the JaroWinklerSimilarity to use StringUtils.equals to test for CharSequence equality</action> + <action issue="TEXT-155" type="add" dev="aherbert">Add a generic IntersectionSimilarity measure</action> </release> <release version="1.6" date="2018-10-12" description="Release 1.6">