From d85460129fe533a28c7860492c9cb02cf00861c7 Mon Sep 17 00:00:00 2001 From: Sung Ho Yoon <55358516+syoon2@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:11:43 +0900 Subject: [PATCH] (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.