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 7c32e52 Update description for 3.10. 7c32e52 is described below commit 7c32e527651a8a235d1b78b2f5d3f53d5e9bb6cb Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Sep 9 10:06:10 2019 -0400 Update description for 3.10. --- src/changes/changes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d2f9a8d..c256342 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.10" date="YYYY-MM-DD" description="TBD"> + <release version="3.10" date="YYYY-MM-DD" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11."> <action issue="LANG-1450" type="fix" dev="chtompki">Generate Javadoc jar on build.</action> <action issue="LANG-1457" type="add" dev="ggregory">Add ExceptionUtils.throwableOfType(Throwable, Class) and friends.</action> <action issue="LANG-1458" type="add" dev="ggregory">Add EMPTY_ARRAY constants to classes in org.apache.commons.lang3.tuple.</action> @@ -67,7 +67,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="LANG-1487" type="add" dev="ggregory" due-to="Gary Gregory">Add ClassLoaderUtils with toString() implementations. #453.</action> </release> - <release version="3.9" date="2019-04-09" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11"> + <release version="3.9" date="2019-04-09" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11."> <action issue="LANG-1447" type="update" dev="chtompki">FieldUtils.removeFinalModifier(Field, boolean), in java 12 throw exception because the final modifier is no longer mutable.</action> <action issue="LANG-1446" type="add" dev="chtompki">Switch coverage from cobertura to jacoco.</action>