aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-11-13 05:03:48 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-11-13 05:03:48 +0000
commitc3ff04b05db1da913640481b79f75e51e804ed11 (patch)
tree5a9de9f2783b5186fab69eeaaeb44937f7a83ea8 /actionmailer/CHANGELOG
parentf0753992ab8cc9bbbf9b047fdc56f8899df5635e (diff)
downloadrails-c3ff04b05db1da913640481b79f75e51e804ed11.tar.gz
rails-c3ff04b05db1da913640481b79f75e51e804ed11.tar.bz2
rails-c3ff04b05db1da913640481b79f75e51e804ed11.zip
Allow mailer actions named send by using __send__ internally. Closes #6467.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5505 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r--actionmailer/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index c876c05333..2942a9c072 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Allow mailer actions named send by using __send__ internally. #6467 [iGEL]
+
* Add assert_emails and assert_no_emails to test the number of emails delivered. #6479 [Jonathan Viney]
# Assert total number of emails delivered:
assert_emails 0