You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/08/23 19:36:57 UTC

[text] Mark new features with the "add" type.

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 <ga...@gmail.com>
Authored: Thu Aug 23 13:36:55 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
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">