This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new fe95edd Prepare for 3.11-RC2. fe95edd is described below commit fe95edd45ffe8d4ffcec17cd8d7741687374c17f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 12 08:59:56 2020 -0400 Prepare for 3.11-RC2. --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2d61661..74b49eb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove. </properties> <body> - <release version="3.11" date="2020-07-10" description="New features and bug fixes."> + <release version="3.11" date="2020-07-12" description="New features and bug fixes."> <action type="update" dev="chtompki" due-to="Jin Xu">Refine test output for FastDateParserTest</action> <action issue="LANG-1549" type="update" dev="chtompki" due-to="Jin Xu">CharSequenceUtils.lastIndexOf : remake it</action> <action type="update" dev="kinow" due-to="XenoAmess">remove encoding and docEncoding and use inherited values from commons-parent</action>