aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
authoreileencodes <eileencodes@gmail.com>2016-04-27 15:47:22 -0500
committereileencodes <eileencodes@gmail.com>2016-04-27 15:48:47 -0500
commitf7a986012a6099445e20b6414d253ee0fc039118 (patch)
tree7097a0c9084254d42ae4f4ea57c0e6db849f6ad8 /actionmailer/CHANGELOG.md
parentba907d6caa92880bd3d7d5635823361f6fca829d (diff)
downloadrails-f7a986012a6099445e20b6414d253ee0fc039118.tar.gz
rails-f7a986012a6099445e20b6414d253ee0fc039118.tar.bz2
rails-f7a986012a6099445e20b6414d253ee0fc039118.zip
Prep Rails 5 beta 4
Diffstat (limited to 'actionmailer/CHANGELOG.md')
-rw-r--r--actionmailer/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index 76d99f31c7..a271ed68f7 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,3 +1,5 @@
+## Rails 5.0.0.beta4 (April 27, 2016) ##
+
* Disallow calling `#deliver_later` after making local modifications to
the message which would be lost when the delivery job is enqueued.