aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-02-02 05:32:15 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2008-02-02 05:32:15 +0000
commitfbd3eb7142e2ac51b230ab2fff83feb800e1b50c (patch)
tree54fbd379c58b2425a5e0e68c8ba6e636452bcd46 /actionmailer/CHANGELOG
parent5bbc461fcbe18b0ab69c459a94cf0b58f5a4e6b9 (diff)
downloadrails-fbd3eb7142e2ac51b230ab2fff83feb800e1b50c.tar.gz
rails-fbd3eb7142e2ac51b230ab2fff83feb800e1b50c.tar.bz2
rails-fbd3eb7142e2ac51b230ab2fff83feb800e1b50c.zip
Less verbose mail logging: just recipients for :info log level; the whole email for :debug only. Closes #8000.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8781 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 852371ec12..89ddcc5ad7 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Less verbose mail logging: just recipients for :info log level; the whole email for :debug only. #8000 [iaddict, Tarmo Tänav]
+
* Updated TMail to version 1.2.1 [raasdnil]
* Fixed that you don't have to call super in ActionMailer::TestCase#setup #10406 [jamesgolick]