aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-10-26 13:02:58 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-10-26 13:02:58 +0000
commit95e8740fdec01b2beb8f6012f9cc38d2c89122eb (patch)
tree214b85b6d407e2fa9155e23e4349934a0c4991d9 /actionmailer/CHANGELOG
parentdd257a3ccb30ab181cd48d3d81bc7f23bb45f36f (diff)
downloadrails-95e8740fdec01b2beb8f6012f9cc38d2c89122eb.tar.gz
rails-95e8740fdec01b2beb8f6012f9cc38d2c89122eb.tar.bz2
rails-95e8740fdec01b2beb8f6012f9cc38d2c89122eb.zip
Allow Mailers to have custom initialize methods that set default instance variables for all mail actions (closes #2563) [mrj@bigpond.net.au]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2742 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 7a1c1c664c..d2b27bf029 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,3 +1,8 @@
+*SVN*
+
+* Allow Mailers to have custom initialize methods that set default instance variables for all mail actions #2563 [mrj@bigpond.net.au]
+
+
*1.1.2* (October 26th, 2005)
* Upgraded to Action Pack 1.10.2