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 2020766  Format.
2020766 is described below

commit 202076602afe512fbcb792caad22085cf33c0a5a
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Feb 10 17:17:40 2021 -0500

    Format.
---
 src/changes/changes.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 36deff6..0930ab3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,7 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
 
   <release version="3.12.0" date="2020-MM-DD" description="New features and 
bug fixes.">
-    <!--  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>
     <action                   type="fix" dev="ggregory" 
due-to="iamchao1129">ContextedException Javadoc add missing semicolon 
#581.</action>
@@ -75,7 +75,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="ggregory" due-to="Felix 
Schumacher ">Correct markup in Javadoc for unbalanced braces #679.</action>
     <action issue="LANG-1544" type="fix" dev="kinow" due-to="Peter Nagy, 
Michael Buck, Gary Gregory">MethodUtils.invokeMethod NullPointerException in 
case of null in args list #680.</action>
     <action issue="LANG-1637" type="fix" dev="ggregory" due-to="Uri Gonen, 
Gary Gregory, Michael Osipov">Fix 2 digit week year formatting #688.</action>
-    <!--  ADDS -->
+    <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add BooleanUtils.booleanValues().</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add BooleanUtils.primitiveValues().</action>
     <action issue="LANG-1535" type="add" dev="ggregory" due-to="Gary Gregory, 
Isira Seneviratne">Add StringUtils.containsAnyIgnoreCase(CharSequence, 
CharSequence...).</action>
@@ -89,7 +89,7 @@ The <action> type attribute can be add,update,fix,remove.
     <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>
-    <!--  UPDATES -->
+    <!-- UPDATE -->
     <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>
     <action                   type="update" dev="chtompki" due-to="chtompki, 
Dependabot">Bump spotbugs from 4.1.2 to 4.2.1, #627, #671, #708.</action>

Reply via email to