TEXT-65: adding line to changes.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/89347419 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/89347419 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/89347419 Branch: refs/heads/release Commit: 893474192e765e379ccb8b572145d2738529cc2b Parents: 1063a8d Author: Rob Tompkins <chtom...@apache.org> Authored: Fri Feb 17 08:40:23 2017 -0500 Committer: Rob Tompkins <chtom...@apache.org> Committed: Fri Feb 17 08:40:23 2017 -0500 ---------------------------------------------------------------------- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/89347419/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6a567ec..94db412 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,7 +46,8 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="TBA" date="TBA" description="TBA"> - <action issue="TEXT-63" type="fix" dev="sebb">Mutable fields should be private</action> + <action issue="TEXT-65" type="fix" dev="chtompki">Fixing the 200 checkstyle errors present in 1.0-beta-1</action> + <action issue="TEXT-63" type="fix" dev="sebb">Mutable fields should be private</action> </release> <release version="1.0-beta-1" date="2017-01-30" description="First release (beta) of Commons Text">