ChangeLog.md in activevalidators-3.2.0 vs ChangeLog.md in activevalidators-3.3.0

- old
+ new

@@ -1,6 +1,21 @@ # UNRELEASED +# 3.3.0 + +## DEPRECATION + + * Credit Cards: `carte_blanche` is going away, please use `dinners` instead + +## CHANGES + + * Postal code validator: Make country case-insensitive for postal codes + * URL validator: Remove obsolete usage of URI.regexp + * CC validator: Use the `credit_card_validations` gem for CC validations + * README: Details about activating AV w/ Rails + * Spec: Links to dependency gems for convenience; sorting ; code :sparkles:. + * General: Loosen up the dependency on countries + # 3.2.0 ## MAJOR CHANGES * Ensure the $LOAD\_PATH could never break ActiveValidators (see #71 for details)