aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-03-28 04:05:08 +0000
committerMarcel Molina <marcel@vernix.org>2006-03-28 04:05:08 +0000
commit4e3c101bcbed0ed9f3dec687023eadac3d9c51b8 (patch)
treedd9dceb7e4a063d943046542acd41101f3081ff5 /actionmailer/CHANGELOG
parent2597bd6970c394445e7256c1fb9058538422665b (diff)
downloadrails-4e3c101bcbed0ed9f3dec687023eadac3d9c51b8.tar.gz
rails-4e3c101bcbed0ed9f3dec687023eadac3d9c51b8.tar.bz2
rails-4e3c101bcbed0ed9f3dec687023eadac3d9c51b8.zip
Add 1.0 marker to edge rails changelongs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4085 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r--actionmailer/CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index b0dc63826c..c30eaa425e 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -12,6 +12,12 @@
* Make sure TMail#attachments includes anything with content-disposition of "attachment", regardless of content-type [Jamis Buck]
+*1.1.5* (December 13th, 2005)
+
+* Become part of Rails 1.0
+
+*1.1.4* (December 7th, 2005)
+
* Rename Version constant to VERSION. #2802 [Marcel Molina Jr.]
* Stricter matching for implicitly multipart filenames excludes files ending in unsupported extensions (such as foo.rhtml.bak) and without a two-part content type (such as foo.text.rhtml or foo.text.really.plain.rhtml). #2398 [Dave Burt <dave@burt.id.au>, Jeremy Kemper]