aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-13 13:05:51 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-13 13:05:51 +0000
commit5f5b053ce879f9a01c04cfe0d6c0600b80979dfe (patch)
tree35e72e91f1d8e11e22bf53c7841ccb58bec96248 /actionmailer/CHANGELOG
parentd3a8d5f93c6eee44a23f26fcb6573e77625f41b0 (diff)
downloadrails-5f5b053ce879f9a01c04cfe0d6c0600b80979dfe.tar.gz
rails-5f5b053ce879f9a01c04cfe0d6c0600b80979dfe.tar.bz2
rails-5f5b053ce879f9a01c04cfe0d6c0600b80979dfe.zip
Fixed that bcc and cc should be settable through @bcc and @cc -- not just @headers["Bcc"] and @headers["Cc"] #453 [Eric Hodel]. Fixed Action Mailer to be "warnings safe" so you can run with ruby -w and not get framework warnings #453 [Eric Hodel]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@399 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r--actionmailer/CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index b1195d84e9..bf0f2e8588 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,3 +1,10 @@
+*SVN*
+
+* Fixed that bcc and cc should be settable through @bcc and @cc -- not just @headers["Bcc"] and @headers["Cc"] #453 [Eric Hodel]
+
+* Fixed Action Mailer to be "warnings safe" so you can run with ruby -w and not get framework warnings #453 [Eric Hodel]
+
+
*0.5*
* Added access to custom headers, like cc, bcc, and reply-to #268 [Andreas Schwarz]. Example: