X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Changes;h=7459cafb41d96d44f5274ef87a10b2fe7fde66ea;hb=7e9ab93cf37207f3504ed1733915162fe55ec5c3;hp=6af9922e51fad98ea82ab8db67aac5cd7d446567;hpb=b37ef197c19ef066c2dd3b910d220da26c048f71;p=Business-CreditCard.git diff --git a/Changes b/Changes index 6af9922..7459caf 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,25 @@ Revision history for Perl extension Business::CreditCard. -0.28 unreleased +0.31 unreleased + - Add LICENSE section to POD documentation + +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 + tmurray@agronomy.org (closes: cpan #3330) 0.27 20 Jan 2002 - small typo for amex cards @@ -11,7 +28,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