aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-03-27 17:54:02 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-03-27 17:54:02 +0000
commit5c0d38f6749e91c9847f6a4d56264d83253b3539 (patch)
tree77f73acea1466ea5c314b857480f208137576690 /actionmailer/CHANGELOG
parentf5b991d76dc5d21f1870da067fb3101440256fba (diff)
downloadrails-5c0d38f6749e91c9847f6a4d56264d83253b3539.tar.gz
rails-5c0d38f6749e91c9847f6a4d56264d83253b3539.tar.bz2
rails-5c0d38f6749e91c9847f6a4d56264d83253b3539.zip
Fixed that a return-path header would be ignored (closes #7572) [joost]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9099 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 89ddcc5ad7..15c9964d9b 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that a return-path header would be ignored #7572 [joost]
+
* 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]