From 8b6ccb86323c365f34b4dbd4ed5342073f6782ee Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 14 Oct 2023 08:06:55 -0400 Subject: [PATCH] Add ConcurrentInitializer#isInitialized() #1120 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4e6e6c479..ea3129d02 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -70,6 +70,7 @@ The type attribute can be add,update,fix,remove. Add LocaleUtils.isLanguageUndetermined(Locale). Add ObjectUtils.toString(Supplier<Object>, Supplier<String>). Add LazyInitializer.isInitialized(). + Add ConcurrentInitializer#isInitialized() #1120. Add Streams.failableStream(T...). Bump commons-parent from 58 to 64.