You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2017/10/20 21:44:40 UTC

[2/2] [text] TEXT-100 add changes.xml entry

TEXT-100 add changes.xml entry


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

Branch: refs/heads/master
Commit: de635ddc2ba6cdfbd876e8960b431e15f077aa2f
Parents: c9f92a0
Author: Bruno P. Kinoshita <br...@yahoo.com.br>
Authored: Sat Oct 21 10:44:12 2017 +1300
Committer: Bruno P. Kinoshita <br...@yahoo.com.br>
Committed: Sat Oct 21 10:44:12 2017 +1300

----------------------------------------------------------------------
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/de635ddc/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fdd2ccc..e43bd8f 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.2" date="2017-MM-DD" description="Release 1.2">
+    <action issue="TEXT-100" type="fix" dev="kinow" due-to="Don Jeba">StringEscapeUtils#UnEscapeJson doesn't recognize escape signs correctly</action>
     <action issue="TEXT-74" type="add" dev="chtompki" due-to="Ioannis Sermetziadis">StrSubstitutor: Ability to turn off substitution in values</action>
     <action issue="TEXT-97" type="add" dev="chtompki" due-to="Amey Jadiye">RandomStringGenerator able to pass multiple ranges to .withinRange()</action>
     <action issue="TEXT-98" type="update" dev="chtompki" due-to="Arun Vinud S S">Deprecate isDelimiter and use HashSets for delimiter checks</action>