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 eb6d6fa Minor Improvements #701.
eb6d6fa is described below
commit eb6d6faad3ba245c18aceddbd28df8b04a39585d
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Feb 10 17:17:08 2021 -0500
Minor Improvements #701.
---
src/changes/changes.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 30edf74..36deff6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -88,7 +88,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add JavaVersion.JAVA_17.</action>
<action issue="LANG-1636" type="add" dev="ggregory" due-to="">Add missing
boolean[] join method #686.</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add StringUtils.substringBefore(String, int).</action>
- <action type="add" dev="jochen">Introduce the use of
@Nonnull, and @Nullable, and the Objects class as a helper tool.</action>
+ <action type="add" dev="jochen">Introduce the use of
@Nonnull, and @Nullable, and the Objects class as a helper tool.</action>
<!-- UPDATES -->
<action type="update" dev="ggregory" due-to="Gary
Gregory">Enable Dependabot #587.</action>
<action type="update" dev="chtompki">Bump junit-jupiter
from 5.6.2 to 5.7.0.</action>
@@ -109,6 +109,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory"
due-to="Dependabot">Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2
#705.</action>
<action type="update" dev="ggregory"
due-to="Dependabot">Bump actions/cache from v2 to v2.1.4 #710.</action>
<action type="update" dev="ggregory"
due-to="Dependabot">Bump junit-bom from 5.7.0 to 5.7.1 #707.</action>
+ <action type="update" dev="ggregory" due-to="Arturo
Bernal">Minor Improvements #701.</action>
</release>
<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>