diff options
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r-- | actionmailer/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index 59a4e40ed2..c3f4dae792 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -120,7 +120,7 @@ * Consolidated the server configuration options into Base#server_settings= and expanded that with controls for authentication and more [Marten] NOTE: This is an API change that could potentially break your application if you used the old application form. Please do change! -* Added Base#deliveries as an accessor for an array of emails sent out through that ActionMailer class when using the :test delivery option. [bitsweat] +* Added Base#deliveries as an accessor for an array of emails sent out through that ActionMailer class when using the :test delivery option. [Jeremy Kemper] * Added Base#perform_deliveries= which can be set to false to turn off the actual delivery of the email through smtp or sendmail. This is especially useful for functional testing that shouldn't send off real emails, but still trigger delivery_* methods. |