CHANGELOG.md in devise-multi_email-2.0.1 vs CHANGELOG.md in devise-multi_email-3.0.0
- old
+ new
@@ -1,4 +1,8 @@
+### 3.0.0 - 2019-11-06
+* Deprecate the support of Rails 4 (although it might still work)
+* Fix warnings in Rails 6
+
### 2.0.1 - 2017-05-16
* Refactored to simplify some logic and start moving toward mimicking default Devise lifecycle behavior
* Added `Devise::MultiEmail.only_login_with_primary_email` option to restrict login to only primary emails
* Added `Devise::MultiEmail.autosave_emails` option to automatically enable `autosave` on "emails" association