Revision history for Perl module Text::Levenshtein::XS

0.421-TRIAL Mon Oct 13 20:43:43 2014
    - Dist::Zilla test

0.42 Sun Oct 12 14:07:31 2014
    - CPAN release of 0.41_02 features/updates

0.41_02 Sun Oct 12 12:04:49 2014
    - 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 Fri Oct 10 01:20:21 2014
    - I guess 0.3 > 0.31

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

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

0.30 Sun Jan 20 23:38:11 2013
    - alloca changed to malloc
       - associated memory managment
       - ppm should build now

0.20 Fri Jan 18 23:22:31 2013
    - MIN/MAX macros added
    - loops combined

0.10 Thu Jan 17 01:20:51 2013
    - Initial release.