From df9a61e6b6a1878919f61907fc4c952101298305 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 9 Sep 2019 10:05:35 -0400 Subject: [PATCH] [LANG-1487] Add ClassLoaderUtils with toString() implementations. #453. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6768cbef5..d2f9a8d85 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,6 +64,7 @@ The type attribute can be add,update,fix,remove. StringUtils.unwrap incorrect throw StringIndexOutOfBoundsException. Add getters for lhs and rhs objects in DiffResult #451. Generify builder classes Diffable, DiffBuilder, and DiffResult #452. + Add ClassLoaderUtils with toString() implementations. #453.