GENERIC LEVENSHTEIN CHANGELOG ----------------------------- Version 0.4.0 (2010-05-17) -------------------------- - Fixed nasty bug in LevenshteinDistance: There was an off-by-one error omitting the last element in one or both of the sequences in comparison. - simple.Levenshtein is now deprecated and replaced by the static class util.SimpleLevenshtein. - Replaced test program by unit test Version 0.2.0 (2009-02-19) -------------------------- - LevenshteinDistance now ready after construction, setWeightCalculator() hereby deprecated. - Bug fixed: empty sequences cause ArrayIndexOutOfBoundsException Version 0.1.0 ------------- - Initial Version