Revision history for Perl module Algorithm::LUHN_XS
1.07 2018-12-23 KSCHWAB
    - Explicitly use unsigned char

1.06 2018-12-08 KSCHWAB
    - Fix memory leak
    - Improve test coverage

1.05 2018-12-07 KSCHWAB
    - Bounds checking
    - More tests
    - Doc fixes

1.04 2018-12-03 KSCHWAB
    - Remove XSMULTI and move XS file to base directory
 
1.03 2018-12-03 KSCHWAB
    - Add min requirement of 0.16 for XSLoader 

1.02 2018-12-03 KSCHWAB
    - Substantial performance improvement
    - Add ExtUtils::MakeMaker 7.12 to CONFIGURE_REQUIRES

1.01 2018-12-02 KSCHWAB
    - Typo in Credits

1.00 2018-12-02 KSCHWAB
    - First release to CPAN