TEXT-82: thanks to Amey Jadiye
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/3b11cb60 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/3b11cb60 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/3b11cb60 Branch: refs/heads/master Commit: 3b11cb60cb89b102071f925502a8037ea7c20a04 Parents: bd4cba2 Author: Rob Tompkins <chtom...@apache.org> Authored: Tue May 2 20:53:42 2017 -0400 Committer: Rob Tompkins <chtom...@apache.org> Committed: Tue May 2 20:53:42 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/3b11cb60/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index eade4ce..750da98 100644 --- a/pom.xml +++ b/pom.xml @@ -84,6 +84,9 @@ <contributor> <name>Lee Adcock</name> </contributor> + <contributor> + <name>Amey Jadiye</name> + </contributor> </contributors> <dependencies> http://git-wip-us.apache.org/repos/asf/commons-text/blob/3b11cb60/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c862bf7..3ced620 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.1" date="tbd" description="tbd"> + <action issue="TEXT-82" type="add" dev="chtompki" due-to="Amey Jadiye">Putting WordUtils back in to the codebase</action> <action issue="TEXT-81" type="add" dev="pschumacher" due-to="djones">Add RandomStringGenerator</action> <action issue="TEXT-36" type="add" dev="pschumacher" due-to="Raymond DeCampo">RandomStringGenerator: allow users to provide source of randomness</action> <action issue="TEXT-76" type="fix" dev="kinow">Correct round issue in Jaro Winkler implementation</action>