From c36de7a60f0ae5223db3609573455a3978be9020 Mon Sep 17 00:00:00 2001 From: pascalschumacher Date: Sun, 22 May 2016 19:38:22 +0200 Subject: [PATCH] LANG-1233: 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 f33413136..56f00d95e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,7 @@ + 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 Add SystemUtils.IS_OS_WINDOWS_10 property