From a27c02f809b8f2d23ad157f36420b3f5c45d7568 Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Sat, 24 Sep 2016 12:18:40 +0200 Subject: [PATCH] Add LANG-787 to changes.xml --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 40eaee4c5..fbb0fcd0a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,7 @@ + Add method removeIgnoreCase(String, String) to StringUtils DiffBuilder: Add null check on fieldName when appending Object or Object[] ArrayUtils.removeAll(Object array, int... indices) should do the clone, not its callers Performance improvements for NumberUtils.isParsable