aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-04-08 21:24:48 +0000
committerRick Olson <technoweenie@gmail.com>2007-04-08 21:24:48 +0000
commit4b08caf3300e7ba96e637075cfd4162ff70f6558 (patch)
treee55a81fd5746328b718c9ac3223399d75e639bbb /actionmailer/CHANGELOG
parentec4d407d4f0c696a8ee7faae03f0c5d260c2b3ee (diff)
downloadrails-4b08caf3300e7ba96e637075cfd4162ff70f6558.tar.gz
rails-4b08caf3300e7ba96e637075cfd4162ff70f6558.tar.bz2
rails-4b08caf3300e7ba96e637075cfd4162ff70f6558.zip
Only load ActionController::UrlWriter if ActionController is present [Rick Olson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6510 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 6a2ef88e99..f2a2e0bee1 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Only load ActionController::UrlWriter if ActionController is present [Rick Olson]
+
* Make sure parsed emails recognized attachments nested inside multipart parts. #6714 [Jamis Buck]
* Rename server_settings to smtp settings, and add sendmail_settings to allow you to override the arguments to and location of the sendmail executable. [Koz]