Repository: commons-text Updated Branches: refs/heads/master ea145ef5c -> 79e47ad89
chore: updates 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/79e47ad8 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/79e47ad8 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/79e47ad8 Branch: refs/heads/master Commit: 79e47ad89c683b3f12867b0e7129edc3903530a4 Parents: ea145ef Author: Rob Tompkins <[email protected]> Authored: Mon Jan 16 08:30:48 2017 -0500 Committer: Rob Tompkins <[email protected]> Committed: Mon Jan 16 08:30:48 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/79e47ad8/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7bd77b2..79949ba 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -21,7 +21,8 @@ </properties> <body> - <release version="1.0" date="tba" description="tba"> + <release version="1.0" date="tba" description="First release of Commons Text"> + <action issue="TEXT-53" type="update" dev="chtompki">Prepare site for 1.0 release</action> <action issue="TEXT-56" type="add" dev="chtompki" due-to="Jarek Strzeleck">Move CvsTranslators out of StringEscapeUtils and make them DRY</action> <action issue="TEXT-55" type="remove" dev="chtompki">Remove WordUtils to be added back in an upcoming 1.X release</action> <action issue="TEXT-52" type="fix" dev="chtompki">Possible attacks through StringEscapeUtils.escapeEcmaScrip better javadoc</action>
