aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-10-15 20:30:48 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-10-15 20:30:48 +0000
commitcf2ee1451baca9c1c1ec00f221ce5a2fbefaa41f (patch)
tree9a2d8b18dead54cd0849b8b9b2609805800c6a47 /actionmailer/CHANGELOG
parentea1eafb6b10dc4c392b18b0990111d48e74e7ba5 (diff)
downloadrails-cf2ee1451baca9c1c1ec00f221ce5a2fbefaa41f.tar.gz
rails-cf2ee1451baca9c1c1ec00f221ce5a2fbefaa41f.tar.bz2
rails-cf2ee1451baca9c1c1ec00f221ce5a2fbefaa41f.zip
Fix silent failure of rxml templates. Closes #9879.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7921 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r--actionmailer/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index 492474e028..c7fadfed39 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,3 +1,8 @@
+*SVN*
+
+* Fix silent failure of rxml templates. #9879 [jstewart]
+
+
*2.0.0 [Preview Release]* (September 29th, 2007)
* Fix attachment decoding when using the TMail C extension. #7861 [orangechicken]