CHANGELOG.md in ahoy_email-0.5.2 vs CHANGELOG.md in ahoy_email-1.0.0
- old
+ new
@@ -1,4 +1,17 @@
+## 1.0.0
+
+- Removed support for Rails < 4.2
+
+Breaking changes
+
+- UTM tagging, open tracking, and click tracking are no longer enabled by default
+- Only sent emails are recorded
+- Proc options are now executed in the context of the mailer and take no arguments
+- Invalid options now throw an `ArgumentError`
+- `AhoyEmail.track` was removed in favor of `AhoyEmail.default_options`
+- The `heuristic_parse` option was removed and is now the default
+
## 0.5.2
- Fixed secret token for Rails 5.2
- Added `heuristic_parse` option