aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-07-31 08:26:32 +0000
committerJamis Buck <jamis@37signals.com>2005-07-31 08:26:32 +0000
commiteda17194700d4cdc0d863ae8c49a8e3dbbf1615c (patch)
tree25c9c585b49a30b6b2c7343a454f8d745bc616a5 /actionmailer/CHANGELOG
parentda874a4af817ebeb9421934b2a4e4e0032b1234d (diff)
downloadrails-eda17194700d4cdc0d863ae8c49a8e3dbbf1615c.tar.gz
rails-eda17194700d4cdc0d863ae8c49a8e3dbbf1615c.tar.bz2
rails-eda17194700d4cdc0d863ae8c49a8e3dbbf1615c.zip
ActionMailer::Base.deliver(email) had been accidentally removed, but was documented in the Rails book #1849
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1958 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r--actionmailer/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index 4643de02b1..7ece8703f2 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* ActionMailer::Base.deliver(email) had been accidentally removed, but was documented in the Rails book #1849
+
* Fix problem with sendmail delivery where headers should be delimited by \n characters instead of \r\n, which confuses some mail readers #1742 [Kent Sibilev]