diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-03-08 22:29:55 -0800 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-03-08 22:29:55 -0800 |
commit | acc7e5038500be7edf2afd00c34d081408af192a (patch) | |
tree | ffaca43b82143bda320d0994deaf37131137406f /actionmailer/CHANGELOG.md | |
parent | 2741f2cd6de4922c7dfdeb03860ea6b5c5d4b3f8 (diff) | |
parent | d80479063449fdc528696ff54d5f4edccd0ff9e8 (diff) | |
download | rails-acc7e5038500be7edf2afd00c34d081408af192a.tar.gz rails-acc7e5038500be7edf2afd00c34d081408af192a.tar.bz2 rails-acc7e5038500be7edf2afd00c34d081408af192a.zip |
Merge pull request #5349 from rafaelfranca/changelog-fix
Fix my name in the CHANGELOG to follow the convention
Diffstat (limited to 'actionmailer/CHANGELOG.md')
-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 |