diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-03-09 00:01:34 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-03-09 00:54:21 -0300 |
commit | d80479063449fdc528696ff54d5f4edccd0ff9e8 (patch) | |
tree | f43e57ccf5814f555054a97fba54bfee7ed86feb /actionmailer | |
parent | 657095d8bbec51999d66b379245e8d3466ee27af (diff) | |
download | rails-d80479063449fdc528696ff54d5f4edccd0ff9e8.tar.gz rails-d80479063449fdc528696ff54d5f4edccd0ff9e8.tar.bz2 rails-d80479063449fdc528696ff54d5f4edccd0ff9e8.zip |
Fix my name in the CHANGELOG to follow the convention
Also add missing entries and use the formating convention
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index fa0f8852fb..be7b82eecc 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -3,6 +3,11 @@ * Upgrade mail version to 2.4.3 *ML* +## Rails 3.2.2 (March 1, 2012) ## + +* No changes. + + ## Rails 3.2.1 (January 26, 2012) ## * No changes. @@ -128,6 +133,7 @@ * Mail does not have "quoted_body", "quoted_subject" etc. All of these are accessed via body.encoded, subject.encoded etc * Every object in a Mail object returns an object, never a string. So Mail.body returns a Mail::Body class object, need to call #encoded or #decoded to get the string you want. + * Mail::Message#set_content_type does not exist, it is simply Mail::Message#content_type * Every mail message gets a unique message_id unless you specify one, had to change all the tests that check for equality with expected.encoded == actual.encoded to first replace their message_ids with control values |