0.36
authorIvan Kohler <ivan@freeside.biz>
Tue, 14 Jun 2016 18:48:50 +0000 (11:48 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 14 Jun 2016 18:48:50 +0000 (11:48 -0700)
Changes
CreditCard.pm

diff --git a/Changes b/Changes
index 82d10f5..9c5298f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,11 +1,11 @@
 Revision history for Perl extension Business::CreditCard.
 
-0.36  unreleased
+0.36  Tue Jun 14 11:36:05 PDT 2016
         - Allow (and doc) import of receipt_cardtype
         - validate_card() is a new synonym for validate(), starting a long-term
           plan to stop exporting validate() or anything else by default.
         - Best-effort cardtype() when only the first two digits are available
-          (identify 60xxxx as Discover)
+          (identify masked 60xx as Discover)
 
 0.35  Tue Feb  9 14:43:38 PST 2016
         - Fix bug identifying 49* Visa cards introduced in 0.34, patch from
index c9dcce3..12dbf0d 100644 (file)
@@ -5,7 +5,7 @@ use vars qw( @ISA $VERSION @EXPORT @EXPORT_OK %EXPORT_TAGS $Country );
 
 @ISA = qw( Exporter );
 
-$VERSION = "0.36_01";
+$VERSION = "0.36";
 
 @EXPORT = qw( cardtype validate generate_last_digit );
 @EXPORT_OK = qw( receipt_cardtype validate_card );