This is an automated email from the ASF dual-hosted git repository.
sebb 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 3201bdff3 (doc) Fix broken changelog
new 3ac237e0e Merge pull request #1130 from syoon2/master
3201bdff3 is described below
commit 3201bdff383367d4a9def647c90330bd6147cb59
Author: Sung Ho Yoon <[email protected]>
AuthorDate: Wed Nov 15 09:31:10 2023 +0900
(doc) Fix broken changelog
---
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 d5af96f95..dbed4f137 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,7 +51,8 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="remeio">Rename
variable names from 'clss' to 'clazz' #1087.</action>
<action type="fix" dev="ggregory"
due-to="remeio">[Javadoc] ComparableUtils'c1' to 'comparable1', 'c2' to
'</action>
<action type="fix" dev="ggregory" due-to="Elliotte Rusty
Harold">[Javadoc] Remove 2.1 specific comment #1091.</action>
- <action issue="LANG-1704" type="fix" dev="ggregory" due-to="Sung Ho
Yoon">[Javadoc] Fix Incorrect Description in Processor isAarch64()
#1093.</action>
+ <action issue="LANG-1704" type="fix" dev="ggregory" due-to="Dan Ziemba,
Gilles Sadowski, Alex Herbert, Gary Gregory">ImmutablePair and ImmutableTriple
implementation don't match final in Javadoc.</action>
+ <action type="fix" dev="ggregory" due-to="Sung Ho
Yoon">[Javadoc] Fix Incorrect Description in Processor isAarch64()
#1093.</action>
<action type="fix" dev="ggregory"
due-to="ljacqu">[Javadoc] Point to right getShortClassName flavor in Javadoc
for relevant notes #1097.</action>
<action type="fix" dev="ggregory"
due-to="hduelme">Improve performance of StringUtils.isMixedCase()
#1096.</action>
<action issue="LANG-1706" type="fix" dev="ggregory" due-to="Alberto
Fernández">ThreadUtils find methods should not return null items #1098.</action>