The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module Text::Levenshtein::XS

0.503     2016-01-27 15:05:42-05:00 America/New_York
    - Remove mention of "transposition" from pod
    - s/ContributorsFromGit/Git::Contributors/

0.502     2015-08-28 14:08:32-04:00 America/New_York
    - Manually add in version (Forgot how to use dzil + plugins)

0.501     2015-08-28 14:08:32-04:00 America/New_York
    - Fix max distance bug, iimog++

0.500     2015-08-28 13:56:18-04:00 America/New_York
    - Fix max distance bug when within 1 of max distance:
    https://github.com/ugexe/Text--Levenshtein--XS/issues/10

0.427     2014-10-14 22:31:47-04:00 America/New_York
    - Update .travis.yml to build/test properly with Dist::Zilla

0.426     2014-10-14 15:19:12-04:00 America/New_York
    - Dist::Zilla
    - New max distance algorithm bug fix (github issue #7). Caught by nglenn@cpan.org

0.42 2014-10-12 14:07:31-04:00 America/New_York
    - CPAN release of 0.41_02 features/updates

0.41_02 2014-10-12 12:04:49-04:00 America/New_York
    - max_distance functionality added
    - tests for max_distance
    - Change how the return value is placed on the stack (now using XPUSH instead of modifying TARG)
    - memory leak author test

0.40 2014-10-11 01:20:21-04:00 America/New_York
    - I guess 0.3 > 0.31

0.31 2014-10-11 01:11:46-04:00 America/New_York
    - Fixed: https://rt.cpan.org/Public/Bug/Display.html?id=99413
    - Using 2 row algorithm instead of slength x tlength matrix

0.30_01 2014-10-10 15:03:02-04:00 America/New_York
    - https://rt.cpan.org/Public/Bug/Display.html?id=99413 Not sure the source of this bug. Just putting up to test.

0.30 2013-01-20 23:38:11-04:00 America/New_York
    - alloca changed to malloc
    - associated memory managment
    - ppm should build now

0.20  2013-01-18 23:22:31-04:00 America/New_York
    - MIN/MAX macros added
    - loops combined

0.10 2013-10-14 01:20:51-04:00 America/New_York
    - Initial release.