aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2014-11-27 09:21:38 +0100
committerXavier Noria <fxn@hashref.com>2014-11-27 09:21:38 +0100
commit71dc93be15823c5e8cf5fd8e62ad3eeef988495f (patch)
tree32a13f7ea9010fbaac1c3e25c0f9ea1436b9787f /guides
parentec8edeca1d0778998e35a022464ec0f4348bd86e (diff)
downloadrails-71dc93be15823c5e8cf5fd8e62ad3eeef988495f.tar.gz
rails-71dc93be15823c5e8cf5fd8e62ad3eeef988495f.tar.bz2
rails-71dc93be15823c5e8cf5fd8e62ad3eeef988495f.zip
removes double mention of deliver_now
Diffstat (limited to 'guides')
-rw-r--r--guides/source/4_2_release_notes.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md
index 329665d859..c3803aa856 100644
--- a/guides/source/4_2_release_notes.md
+++ b/guides/source/4_2_release_notes.md
@@ -560,10 +560,6 @@ Please refer to the [Changelog][action-mailer] for detailed changes.
to deliver emails asynchronously.
([Pull Request](https://github.com/rails/rails/pull/16485))
-* Introduced `deliver_now` to send emails right away, without going through
- the application's queue.
- ([Commit](https://github.com/rails/rails/commit/f4ee114746ddc68db606f63e17e6de28274fc2bd))
-
* Added the `show_previews` configuration option for enabling mailer previews
outside of the development environment.
([Pull Request](https://github.com/rails/rails/pull/15970))