aboutsummaryrefslogtreecommitdiff
path: root/src/changes
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2021-10-25 09:34:31 -0400
committerGary Gregory <garydgregory@gmail.com>2021-10-25 09:34:31 -0400
commit8e1df6b9bf6afc0e3f3a99d4d99bb9d78d148c81 (patch)
treeb05b016311139ef1a2417a34bd8b35167dcb4d0a /src/changes
parentce1ef40ad9f1a2d176e7592be4a64c56ca2e72c8 (diff)
downloadapache-commons-lang-8e1df6b9bf6afc0e3f3a99d4d99bb9d78d148c81.tar.gz
Add ComparableUtils.max(A, A) and ComparableUtils.min(A, A).
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 31d424a3a..50cd85143 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -90,7 +90,8 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary Gregory">Add ObjectUtils.identityHashCodeHex(Object).</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add ObjectUtils.hashCodeHex(Object).</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add StringUtils.removeStart(String, char).</action>
- <action issue="LANG-1659" type="fix" dev="ggregory" due-to="Arturo Bernal, Gary Gregory">Add null-safe ObjectUtils.isArray() #754.</action>
+ <action issue="LANG-1659" type="add" dev="ggregory" due-to="Arturo Bernal, Gary Gregory">Add null-safe ObjectUtils.isArray() #754.</action>
+ <action type="add" dev="ggregory" due-to="Gary Gregory">Add ComparableUtils.max(A, A) and ComparableUtils.min(A, A).</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump spotbugs-maven-plugin from 4.2.0 to 4.4.1 #735, #808.</action>
<action type="update" dev="ggregory" due-to="Dependabot, XenoAmess">Bump Bump actions/cache from v2.1.4 to v2.1.6 #742, #752, #764.</action>