aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-03-08 22:48:13 -0800
committerVijay Dev <vijaydev.cse@gmail.com>2012-03-08 22:48:13 -0800
commit98144207789893c480ed42b007f4964070d9f870 (patch)
tree2545a467f897715450616002f6ddc5369463d6a3 /actionmailer
parent94b2c8c32d00e101b306875b86abf11b28b55699 (diff)
parentdb743ff459385a9131b059151d011c59e8e094be (diff)
downloadrails-98144207789893c480ed42b007f4964070d9f870.tar.gz
rails-98144207789893c480ed42b007f4964070d9f870.tar.bz2
rails-98144207789893c480ed42b007f4964070d9f870.zip
Merge pull request #5350 from rafaelfranca/changelog-fix-3-2
Changelog fix 3 2
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index f44bd1d9cd..a073018b42 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -2,14 +2,17 @@
* 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.
+
## Rails 3.2.0 (January 20, 2012) ##
* Upgrade mail version to 2.4.0 *ML*
@@ -95,6 +98,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