TEXT-40: adding note to changes.xml and Sampanna Kahu to pom.xml
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/51914f1e Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/51914f1e Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/51914f1e Branch: refs/heads/master Commit: 51914f1eab5e7a013a43bb9b52e94d99d0b43b4d Parents: 0edde40 Author: Rob Tompkins <chtom...@gmail.com> Authored: Wed Dec 28 09:56:14 2016 -0500 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Wed Dec 28 09:56:14 2016 -0500 ---------------------------------------------------------------------- pom.xml | 3 +++ src/changes/changes.xml | 1 + 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/51914f1e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 72621f1..a1e5053 100644 --- a/pom.xml +++ b/pom.xml @@ -75,6 +75,9 @@ <name>Don Jeba</name> <email>donj...@yahoo.com</email> </contributor> + <contributor> + <name>Sampanna Kahu</name> + </contributor> </contributors> <dependencies> http://git-wip-us.apache.org/repos/asf/commons-text/blob/51914f1e/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 412af31..270b202 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,7 @@ <body> <release version="1.0" date="tba" description="tba"> + <action issue="TEXT-40" type="add" dev="chtompki" due-to="Sampanna Kahu">Escape HTML characters only once</action> <action issue="TEXT-37" type="fix" dev="djones">Global vs local source of randomness</action> <action issue="TEXT-38" type="fix" dev="djones">Fluent API in "RandomStringBuilder"</action> <action issue="TEXT-26" type="fix" dev="chtompki">Fix JaroWinklerDistance in the manner of LUCENE-1297</action>