From 7f1b88043371a63e0faf596c720662f66251ee23 Mon Sep 17 00:00:00 2001 From: pascalschumacher Date: Tue, 24 May 2016 20:16:10 +0200 Subject: [PATCH] LANG-1228: Add changes.xml entry --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 56f00d95e..fe3c588d9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,7 @@ + Prefer Throwable.getCause() in ExceptionUtils.getCause() DiffBuilder add method to allow appending from a DiffResult Improve ArrayUtils removeElements time complexity to O(n) getLevenshteinDistance with a threshold: optimize implementation if the strings lengths differ more than the threshold