diff options
author | Mikel Lindsaar <raasdnil@gmail.com> | 2010-04-11 18:06:30 +1000 |
---|---|---|
committer | Mikel Lindsaar <raasdnil@gmail.com> | 2010-04-11 18:06:30 +1000 |
commit | dd02090d762bfbb8fdada60142e35247797f32c7 (patch) | |
tree | 48978a301fb8a51aac1dddc8b0cf826422f81d72 /actionmailer/CHANGELOG | |
parent | fc5d81714534636055f347ff19c178bd2c979df3 (diff) | |
download | rails-dd02090d762bfbb8fdada60142e35247797f32c7.tar.gz rails-dd02090d762bfbb8fdada60142e35247797f32c7.tar.bz2 rails-dd02090d762bfbb8fdada60142e35247797f32c7.zip |
Updating changelog for Mail 2.2.0
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r-- | actionmailer/CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index dbda0d87b2..c1b659a9f5 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,3 +1,7 @@ +* Removed all quoting.rb type files from ActionMailer and put Mail 2.2.0 in instead [ML] + +* Lot of updates to various test cases that now work better with the new Mail and so have different expectations + *Rails 3.0.0 [beta 2] (April 1st, 2010)* * Added interceptors and observers from Mail [ML] |