aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-11-06 14:24:32 +0000
committerRick Olson <technoweenie@gmail.com>2007-11-06 14:24:32 +0000
commit2a51c8682d44ee71a3c0411e2e30ef8ff29d6f67 (patch)
tree071f2cb958c46c0c07034c9837800dba572a5218 /actionmailer/CHANGELOG
parent7464a398e18592010243845edad1fa09b82d16a1 (diff)
downloadrails-2a51c8682d44ee71a3c0411e2e30ef8ff29d6f67.tar.gz
rails-2a51c8682d44ee71a3c0411e2e30ef8ff29d6f67.tar.bz2
rails-2a51c8682d44ee71a3c0411e2e30ef8ff29d6f67.zip
Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8084 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 b4122e7072..2e4f5cfe33 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel]
+
* Introduce a new base test class for testing Mailers. ActionMailer::TestCase [Koz]
* Fix silent failure of rxml templates. #9879 [jstewart]