TEXT-74: Thanks Ioannis
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/f9057254 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/f9057254 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/f9057254 Branch: refs/heads/master Commit: f905725430c7f39fcc5489987506c4383dba71f0 Parents: dc37bd2 Author: Rob Tompkins <chtom...@gmail.com> Authored: Tue Oct 10 10:15:54 2017 -0400 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Tue Oct 10 10:15:54 2017 -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/f9057254/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 359d6cb..c0c40e7 100644 --- a/pom.xml +++ b/pom.xml @@ -316,6 +316,9 @@ <contributor> <name>Arun Vinud S S</name> </contributor> + <contributor> + <name>Ioannis Sermetziadis</name> + </contributor> </contributors> <scm> http://git-wip-us.apache.org/repos/asf/commons-text/blob/f9057254/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0a07340..52bac95 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-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> <action issue="TEXT-89" type="add" dev="chtompki" due-to="Arun Vinud S S">WordUtils.initials support for UTF-16 surrogate pairs</action>