This is an automated email from the ASF dual-hosted git repository.
aherbert 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 f05428404 Track changes
f05428404 is described below
commit f05428404824b92b1b098119a6f122f16f2d0d3c
Author: aherbert <[email protected]>
AuthorDate: Mon Apr 17 13:23:43 2023 +0100
Track changes
---
src/changes/changes.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ea6bd8b86..f8ea92574 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -113,6 +113,8 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1643" type="fix" dev="ggregory"
due-to="laurentschoelens">Construct ArrayList with better default size
#1041.</action>
<action type="fix" dev="ggregory"
due-to="remeio">ThreadUtilsTest#testThreadGroups will test failed when using
Junit5 parallel test #1051.</action>
<action type="fix" dev="ggregory" due-to="remeio">Swap
the order of assertion args (first excepted then actual) #1054.</action>
+ <action type="fix" dev="aherbert" due-to="remeio">Fix
the comment of Failable, redundant "-" #1056.</action>
+ <action type="fix" dev="aherbert" due-to="remeio">Fix
the comment of ComparableUtils, using "smallest", not "largest" #1058.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add GitHub coverage.yml.</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add EnumUtils.getEnumSystemProperty(...).</action>