This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/release by this push: new f967efc Fix release date. f967efc is described below commit f967efc8fc8e786221b2e524b24f5f3bf9b7e712 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Mar 1 21:12:19 2021 -0500 Fix release date. --- 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 9d5e846..7769bfd 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.12.0" date="2020-02-26" description="New features and bug fixes."> + <release version="3.12.0" date="2021-02-26" description="New features and bug fixes."> <!-- FIX --> <action issue="LANG-1592" type="fix" dev="aherbert" due-to="Huang Pingcai, Alex Herbert">Correct implementation of RandomUtils.nextLong(long, long)</action> <action issue="LANG-1600" type="fix" dev="ggregory" due-to="Michael F">Restore handling of collections for non-JSON ToStringStyle #610.</action>