X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Changes;h=8f6c660091be3bf230e2fb9494caa3e50228cac8;hb=4c810fa50a5a0d40c54a7ee0b48bfd23c4bde1b6;hp=0feb51791c21c16e281e1f95d80cbfe1fd2750ad;hpb=cebd24c815a928b78f3f8211f8526a9e94dee681;p=Business-CreditCard.git diff --git a/Changes b/Changes index 0feb517..8f6c660 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,24 @@ Revision history for Perl extension Business::CreditCard. -0.28 unreleased +0.31 unreleased + - Add LICENSE section to POD documentation + - Add META.yml to MANIFEST + - Add Irish Laser card, thanks to Eoin Redmond for the heads-up. + - Add documentation on what this module *is* and *is NOT* about. + +0.30 Mon Dec 18 23:24:25 PST 2006 + - back after two and a half years; happy hanukkah! + - added note about B:CC:Object + - added new Discover 65 prefix + - check for Switch before Visa as Switch has some BINs in ^4 + - accept masked numbers in cardtype() + - add handling of card network peering arrangements, controllable via + $Business::CreditCard::Country + - identify Diner's club ^36 cards as MasterCard in US and Canada + - identify China Union Pay cards as Discover cards outside China + - identify China Union Pay cards + +0.28 Thu Jul 1 01:17:32 PDT 2004 - added Switch and Solo cards, patch from Max Becker - added proper Changes file - added documentation on cardtype() return values from @@ -13,7 +31,8 @@ Revision history for Perl extension Business::CreditCard. 0.25 10 Jul 2001 - *sigh* -0.24 11 Jun 2001 - 0.24. added enRoute, JCB, BankCard, rewrote with regexes +0.24 11 Jun 2001 + - added enRoute, JCB, BankCard, rewrote with regexes 0.23 3 May 2001 - silly bug in test.pl