aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
authorCristian Bica <cristian.bica@gmail.com>2014-08-20 15:34:37 +0300
committerCristian Bica <cristian.bica@gmail.com>2014-08-20 17:48:34 +0300
commit9e7f4a94caa9019b2ef0295ad242fbed0acf8bb6 (patch)
treec12dd82460b3d8e7b351effe4afd3b8f0e5f4cf8 /actionmailer/CHANGELOG.md
parentf4ee114746ddc68db606f63e17e6de28274fc2bd (diff)
downloadrails-9e7f4a94caa9019b2ef0295ad242fbed0acf8bb6.tar.gz
rails-9e7f4a94caa9019b2ef0295ad242fbed0acf8bb6.tar.bz2
rails-9e7f4a94caa9019b2ef0295ad242fbed0acf8bb6.zip
Updated rdoc / guides / release notes related to ActiveJob / ActionMailer
Diffstat (limited to 'actionmailer/CHANGELOG.md')
-rw-r--r--actionmailer/CHANGELOG.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index a4923de045..1ff4db41a3 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,7 +1,9 @@
-* Added #deliver_later in addition to #deliver, which will enqueue a job to render and
- deliver the mail instead of delivering it right at that moment. The job is enqueued
- using the new Active Job framework in Rails, and will use whatever queue is configured for Rails.
-
+* Added #deliver_later, #deliver_now and deprecate #deliver in favour of
+ #deliver_now. #deliver_later will enqueue a job to render and deliver
+ the mail instead of delivering it right at that moment. The job is enqueued
+ using the new Active Job framework in Rails, and will use whatever queue is
+ configured for Rails.
+
*DHH/Abdelkader Boudih/Cristian Bica*
* Make ActionMailer::Previews methods class methods. Previously they were