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 b007770 Note build updates. b007770 is described below commit b00777094f662c69595cfc9d5a1c1306ae81a6ae Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Aug 22 10:35:08 2019 -0400 Note build updates. --- src/changes/changes.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f7801fd..d22ea6b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -49,7 +49,6 @@ The <action> type attribute can be add,update,fix,remove. <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> - <action type="update" dev="ggregory">checkstyle.version 8.18 -> 8.20.</action> <action issue="LANG-1461" type="add" dev="ggregory">Add null-safe StringUtils APIs to wrap String#getBytes([Charset|String]).</action> <action issue="LANG-1467" type="add" dev="ggregory">Add zero arg constructor for org.apache.commons.lang3.NotImplementedException.</action> <action issue="LANG-1470" type="add" dev="ggregory">Add ArrayUtils.addFirst() methods.</action> @@ -57,6 +56,10 @@ The <action> type attribute can be add,update,fix,remove. <action issue="LANG-1460" type="fix" dev="kinow" due-to="Larry West">Trivial: year of release for 3.9 says 2018, should be 2019</action> <action issue="LANG-1476" type="fix" dev="kinow" due-to="emopers">Use synchronize on a set created with Collections.synchronizedSet before iterating</action> <action issue="LANG-1479" type="add" dev="ggregory">Add Range.fit(T) to fit a value into a range.</action> + <action type="update" dev="ggregory">com.puppycrawl.tools:checkstyle 8.18 -> 8.23.</action> + <action type="update" dev="ggregory">commons.japicmp.version 0.13.1 -> 0.14.1.</action> + <action type="update" dev="ggregory">checkstyle.version 8.18 -> 8.23.</action> + <action type="update" dev="ggregory">junit-jupiter 5.5.0 -> 5.5.1.</action> </release> <release version="3.9" date="2019-04-09" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11">