aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2015-07-07 22:11:20 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2015-07-07 22:11:20 +0200
commit062cbd18ddbf6ef48c9a9a2a69081737aebbee89 (patch)
tree0d34b865c1852c015e1cd1cd413dcf3aefe6fc41 /actionmailer/CHANGELOG.md
parent1b4399dfe7eaa8dd2a75f35815ea429962c51a29 (diff)
downloadrails-062cbd18ddbf6ef48c9a9a2a69081737aebbee89.tar.gz
rails-062cbd18ddbf6ef48c9a9a2a69081737aebbee89.tar.bz2
rails-062cbd18ddbf6ef48c9a9a2a69081737aebbee89.zip
Revert "Merge pull request #20758 from xijo/action_mailer_message_delivery_respects_i18n_locale"
This reverts commit f2a8c23654d69dd8f294971487b5abf0e5d891c3, reversing changes made to 3046c9bbe154aa717a5147091be8b495ed8969c4.
Diffstat (limited to 'actionmailer/CHANGELOG.md')
-rw-r--r--actionmailer/CHANGELOG.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index f325cbef81..7c1b0b215a 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,9 +1,3 @@
-* `deliver_later` now respects the current locale.
-
- Fixes #20774.
-
- *Johannes Opper*
-
* Add `config.action_mailer.deliver_later_queue_name` configuration to set the
mailer queue name.