aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-10-15 20:43:52 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-10-15 20:43:52 +0000
commitbec70cf99ae16f8af8c7507f0ce55275aea2ad24 (patch)
tree76053dcd8615fad9bc9c543de663c4f432439ec8 /actionmailer/CHANGELOG
parente48055a1847c99652add04535116f0b5fc0a14f0 (diff)
downloadrails-bec70cf99ae16f8af8c7507f0ce55275aea2ad24.tar.gz
rails-bec70cf99ae16f8af8c7507f0ce55275aea2ad24.tar.bz2
rails-bec70cf99ae16f8af8c7507f0ce55275aea2ad24.zip
Austin Ziegler made Text::Simple available to Rails/ActionMailer under a MIT-like licens [See rails ML, subject "Text::Format Licence Exception" on Oct 15, 2005]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2626 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 f60c63312e..136adcd744 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Austin Ziegler made Text::Simple available to Rails/ActionMailer under a MIT-like licens [See rails ML, subject "Text::Format Licence Exception" on Oct 15, 2005]
+
* Fix vendor require paths to prevent files being required twice
* Don't add charset to content-type header for a part that contains subparts (for AOL compatibility) #2013 [John Long]