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 78c1c7f [LANG-1570] JavaVersion enum constants for Java 14 and 15. #553. 78c1c7f is described below commit 78c1c7f9ab79cbdb8fe4469e41858a9308257cda Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jun 13 18:32:37 2020 -0400 [LANG-1570] JavaVersion enum constants for Java 14 and 15. #553. --- 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 14a2aa9..68e38bd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -73,7 +73,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="LANG-1555" type="fix" dev="ggregory" due-to="XenoAmess">Ignored exception `ignored`, should not be called so #540.</action> <action issue="LANG-1558" type="update" dev="ggregory" due-to="XenoAmess">Simplify if as some conditions are covered by others #543.</action> <action issue="LANG-1528" type="fix" dev="ggregory" due-to="Edwin Delgado H">StringUtils.replaceEachRepeatedly gives IllegalStateException #505.</action> - <action issue="LANG-1570" type="add" dev="ggregory" due-to="Edgar Asatryan">JavaVersion enum constants for Java 14 and 15. #553.</action> + <action issue="LANG-1570" type="add" dev="ggregory" due-to="Edgar Asatryan">Add JavaVersion enum constants for Java 14 and 15. #553.</action> </release> <release version="3.10" date="2020-03-22" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">