TEXT-130, TEXT-131: thanks Jan Martin Keil
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/8d756e95 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/8d756e95 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/8d756e95 Branch: refs/heads/master Commit: 8d756e956dcc03f9bafc628f0d212a506f8c2848 Parents: 6a79e11 Author: Rob Tompkins <chtom...@gmail.com> Authored: Wed Aug 8 12:45:37 2018 -0400 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Wed Aug 8 12:45:37 2018 -0400 ---------------------------------------------------------------------- pom.xml | 3 +++ src/changes/changes.xml | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/8d756e95/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d7a3df1..77ff956 100644 --- a/pom.xml +++ b/pom.xml @@ -354,6 +354,9 @@ <contributor> <name>Luciano Medallia</name> </contributor> + <contributor> + <name>Jan Martin Keil</name> + </contributor> </contributors> <scm> http://git-wip-us.apache.org/repos/asf/commons-text/blob/8d756e95/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4058c0a..a24fb6d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,7 +45,9 @@ The <action> type attribute can be add,update,fix,remove. </properties> <body> - <release version="1.4.1" date="2018-MM-DD" description="Release 1.4.1"> + <release version="1.5" date="2018-MM-DD" description="Release 1.5"> + <action issue="TEXT-130" type="fix" dev="chtompki" due-to="Jan Martin Keil">Fixes JaroWinklerDistance: Wrong results due to precision of transpositions</action> + <action issue="TEXT-131" type="fix" dev="chtompki" due-to="Jan Martin Keil">JaroWinklerDistance: Calculation deviates from definition</action> </release> <release version="1.4" date="2018-06-12" description="Release 1.4">