aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-11-15 11:05:44 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-11-15 16:44:47 +0100
commite6b33a83376462619832fc51fb18929d4fc131db (patch)
treece0576786f3ae819a61b693261250afed7f99563 /actionmailer/CHANGELOG
parent44c3b865ac52a7c9a6312982ba0f6c20d7ad41e1 (diff)
downloadrails-e6b33a83376462619832fc51fb18929d4fc131db.tar.gz
rails-e6b33a83376462619832fc51fb18929d4fc131db.tar.bz2
rails-e6b33a83376462619832fc51fb18929d4fc131db.zip
Added lambda merging to OptionMerger (especially useful with named_scope and with_options) [#740 state:commited] (Paweł Kondzior)
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r--actionmailer/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index de5aeab07e..2cc84076fb 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,3 +1,8 @@
+*2.3.0/3.0*
+
+* Fixed that no body charset would be set when there are attachments present #740 [Paweł Kondzior]
+
+
*2.2.1 [RC2] (November 14th, 2008)*
* Turn on STARTTLS if it is available in Net::SMTP (added in Ruby 1.8.7) and the SMTP server supports it (This is required for Gmail's SMTP server) #1336 [Grant Hollingworth]