You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/12/11 02:11:48 UTC

(commons-lang) branch master updated: (doc) Fix broken release notes (#1147)

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 d85460129 (doc) Fix broken release notes (#1147)
d85460129 is described below

commit d85460129fe533a28c7860492c9cb02cf00861c7
Author: Sung Ho Yoon <55...@users.noreply.github.com>
AuthorDate: Mon Dec 11 11:11:43 2023 +0900

    (doc) Fix broken release notes (#1147)
    
    Ref: 3201bdf
---
 RELEASE-NOTES.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 70fc9e670..6553b0ecf 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -61,7 +61,8 @@ Fixed Bugs:
 o            Rename variable names from 'clss' to 'clazz' #1087. Thanks to remeio.
 o            [Javadoc] ComparableUtils'c1' to 'comparable1', 'c2' to ' Thanks to remeio.
 o            [Javadoc] Remove 2.1 specific comment #1091. Thanks to Elliotte Rusty Harold.
-o LANG-1704: [Javadoc] Fix Incorrect Description in Processor isAarch64() #1093. Thanks to Sung Ho Yoon.
+o LANG-1704: ImmutablePair and ImmutableTriple implementation don't match final in Javadoc. Thanks to Dan Ziemba, Gilles Sadowski, Alex Herbert, Gary Gregory.
+o            [Javadoc] Fix Incorrect Description in Processor isAarch64() #1093. Thanks to Sung Ho Yoon.
 o            [Javadoc] Point to right getShortClassName flavor in Javadoc for relevant notes #1097. Thanks to ljacqu.
 o            Improve performance of StringUtils.isMixedCase() #1096. Thanks to hduelme.
 o LANG-1706: ThreadUtils find methods should not return null items #1098. Thanks to Alberto Fern�ndez.