File: C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/actionmailer-7.0.4.2/CHANGELOG.md
## Rails 7.0.4.2 (January 24, 2023) ##
* No changes.
## Rails 7.0.4.1 (January 17, 2023) ##
* No changes.
## Rails 7.0.4 (September 09, 2022) ##
* No changes.
## Rails 7.0.3.1 (July 12, 2022) ##
* No changes.
## Rails 7.0.3 (May 09, 2022) ##
* No changes.
## Rails 7.0.2.4 (April 26, 2022) ##
* No changes.
## Rails 7.0.2.3 (March 08, 2022) ##
* No changes.
## Rails 7.0.2.2 (February 11, 2022) ##
* No changes.
## Rails 7.0.2.1 (February 11, 2022) ##
* No changes.
## Rails 7.0.2 (February 08, 2022) ##
* No changes.
## Rails 7.0.1 (January 06, 2022) ##
* Keep configuration of `smtp_settings` consistent between 6.1 and 7.0.
*André Luis Leal Cardoso Junior*
## Rails 7.0.0 (December 15, 2021) ##
* No changes.
## Rails 7.0.0.rc3 (December 14, 2021) ##
* No changes.
## Rails 7.0.0.rc2 (December 14, 2021) ##
* No changes.
## Rails 7.0.0.rc1 (December 06, 2021) ##
* Remove deprecated `ActionMailer::DeliveryJob` and `ActionMailer::Parameterized::DeliveryJob`
in favor of `ActionMailer::MailDeliveryJob`.
*Rafael Mendonça França*
* `email_address_with_name` returns just the address if name is blank.
*Thomas Hutterer*
## Rails 7.0.0.alpha2 (September 15, 2021) ##
* No changes.
## Rails 7.0.0.alpha1 (September 15, 2021) ##
* Configures a default of 5 for both `open_timeout` and `read_timeout` for SMTP Settings.
*André Luis Leal Cardoso Junior*
Please check [6-1-stable](https://github.com/rails/rails/blob/6-1-stable/actionmailer/CHANGELOG.md) for previous changes.