From 2af6e9aa58558d38d9c134a3632b0e5b1dc38d90 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 11 Sep 2019 09:08:31 -0400 Subject: [PATCH] [LANG-1489] Add null-safe APIs as StringUtils.toRootLowerCase(String) and StringUtils.toRootUpperCase(String). GitHub #456. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c256342f6..1a37c7ca9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -65,6 +65,7 @@ The type attribute can be add,update,fix,remove. Add getters for lhs and rhs objects in DiffResult #451. Generify builder classes Diffable, DiffBuilder, and DiffResult #452. Add ClassLoaderUtils with toString() implementations. #453. + Add null-safe APIs as StringUtils.toRootLowerCase(String) and StringUtils.toRootUpperCase(String). #456.