Repository: commons-text Updated Branches: refs/heads/master a794846e3 -> 7383dc7aa
Mark new features with the "add" type. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/7383dc7a Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/7383dc7a Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/7383dc7a Branch: refs/heads/master Commit: 7383dc7aa21700f25b0ca2d87ec5705eb05c7e56 Parents: a794846 Author: Gary Gregory <[email protected]> Authored: Thu Aug 23 13:36:55 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Thu Aug 23 13:36:55 2018 -0600 ---------------------------------------------------------------------- src/changes/changes.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/7383dc7a/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 65744c0..4dbd5d1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -49,11 +49,11 @@ The <action> type attribute can be add,update,fix,remove. <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> <action issue="TEXT-132" type="update" dev="ggregory">Update Apache Commons Lang from 3.7 to 3.8.</action> - <action issue="TEXT-133" type="update" dev="ggregory">Add a XML file XPath string lookup.</action> - <action issue="TEXT-134" type="update" dev="ggregory">Add a Properties file string lookup.</action> - <action issue="TEXT-135" type="update" dev="ggregory">Add a script file string lookup.</action> - <action issue="TEXT-136" type="update" dev="ggregory">Add a file string lookup.</action> - <action issue="TEXT-137" type="update" dev="ggregory">Add a URL string lookup.</action> + <action issue="TEXT-133" type="add" dev="ggregory">Add a XML file XPath string lookup.</action> + <action issue="TEXT-134" type="add" dev="ggregory">Add a Properties file string lookup.</action> + <action issue="TEXT-135" type="add" dev="ggregory">Add a script file string lookup.</action> + <action issue="TEXT-136" type="add" dev="ggregory">Add a file string lookup.</action> + <action issue="TEXT-137" type="add" dev="ggregory">Add a URL string lookup.</action> </release> <release version="1.4" date="2018-06-12" description="Release 1.4">
