From c94c3a0be59d9c4aacdb56237f4211b7e03aa1a5 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 16 Aug 2023 13:25:16 -0400 Subject: [PATCH] Improve performance of StringUtils.isMixedCase() #1096 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bcdd4a4ef..55e0335dd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -53,6 +53,7 @@ The type attribute can be add,update,fix,remove. [Javadoc] Remove 2.1 specific comment #1091. [Javadoc] Fix Incorrect Description in Processor isAarch64() #1093. [Javadoc] Point to right getShortClassName flavor in Javadoc for relevant notes #1097. + Improve performance of StringUtils.isMixedCase() #1096. Add Functions#function(Function). Add FailableFunction#function(FailableFunction).