ChangeLog.md in activevalidators-3.3.0 vs ChangeLog.md in activevalidators-4.0.0
- old
+ new
@@ -1,7 +1,25 @@
# UNRELEASED
+# 4.x.y
+
+## BREAKING CHANGES
+
+## DEPRECATION
+
+## CHANGES
+
+
+# 4.0.0 (Rails 5 support, major update!)
+
+## BREAKING CHANGES
+
+ * Added support for Rails 5! Big thanks to Ross Penman! (@penman) :tada:
+ * Dropped support for Ruby < 2.2.2
+ * Unping most dependencies
+
+
# 3.3.0
## DEPRECATION
* Credit Cards: `carte_blanche` is going away, please use `dinners` instead
@@ -12,9 +30,10 @@
* 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