diff options
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r-- | actionmailer/CHANGELOG | 2 |
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 |