diff options
| -rw-r--r-- | guides/source/4_2_release_notes.md | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md index 4ed9fad1e5..8ca7323fe6 100644 --- a/guides/source/4_2_release_notes.md +++ b/guides/source/4_2_release_notes.md @@ -260,8 +260,17 @@ Action Mailer  Please refer to the [Changelog][action-mailer] for detailed changes. +### Deprecations + +*   Deprecated `*_path` helpers in mailers. Always use `*_url` helpers instead. +    ([Pull Request](https://github.com/rails/rails/pull/15840)) +  ### Notable changes +*   Introduced `deliver_later` which enqueues a job on the application's queue +    to deliver the mailer asynchronously. +    ([Pull Request](https://github.com/rails/rails/pull/16485)) +  *   Added the `show_previews` configuration option for enabling mailer previews      outside of the development environment.      ([Pull Request](https://github.com/rails/rails/pull/15970))  | 
