You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/09/28 16:36:09 UTC

[3/3] [text] TEXT-118: thanks @nandorKollar

TEXT-118: thanks @nandorKollar


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/8ae4ff07
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/8ae4ff07
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/8ae4ff07

Branch: refs/heads/master
Commit: 8ae4ff0755a59b48713cfde2c12929230799008b
Parents: addaa69
Author: Rob Tompkins <ch...@apache.org>
Authored: Fri Sep 28 12:35:56 2018 -0400
Committer: Rob Tompkins <ch...@apache.org>
Committed: Fri Sep 28 12:35:56 2018 -0400

----------------------------------------------------------------------
 pom.xml                 | 3 +++
 src/changes/changes.xml | 1 +
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/8ae4ff07/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 49ab80e..f79cfd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -357,6 +357,9 @@
     <contributor>
       <name>Jan Martin Keil</name>
     </contributor>
+    <contributor>
+      <name>Nandor Kollar</name>
+    </contributor>
   </contributors>
 
   <scm>

http://git-wip-us.apache.org/repos/asf/commons-text/blob/8ae4ff07/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dce92bd..91d507d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,6 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
 
   <release version="1.5" date="2018-MM-DD" description="Release 1.5">
+    <action issue="TEXT-118" type="fix" dev="chtompki" due-to="Nandor Kollar">JSON escaping incorrect for the delete control character</action>
     <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.1</action>