From 32ccabe3ba197d085ed887c314dae8c6c7da462e Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 23 Oct 2016 10:46:20 -0700 Subject: [PATCH] Order entries by type. --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 64fc5cfa9..54d74300d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -49,10 +49,10 @@ The type attribute can be add,update,fix,remove. Multiple calls of org.apache.commons.lang3.concurrent.LazyInitializer.initialize() are possible. StrBuilder#replaceAll ArrayIndexOutOfBoundsException BooleanUtils javadoc issues - StringUtils#getLevenshteinDistance reduce memory consumption ArrayUtils#add confusing example in javadoc StringUtils#isAnyEmpty and #isAnyBlank should return false for an empty array Add StringUtils#isAnyNotEmpty and #isAnyNotBlank + StringUtils#getLevenshteinDistance reduce memory consumption