aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-14 00:04:14 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-14 00:04:14 +0000
commit7edb10fe682d5fa9802b2b5355b1073444042fc4 (patch)
tree45c6c8afac5c8720ad50bc141fe2f9e7cd6359bc /activerecord/CHANGELOG
parent0f4ee4b810728fa5fd32cfe14501fc3d8eaf6051 (diff)
downloadrails-7edb10fe682d5fa9802b2b5355b1073444042fc4.tar.gz
rails-7edb10fe682d5fa9802b2b5355b1073444042fc4.tar.bz2
rails-7edb10fe682d5fa9802b2b5355b1073444042fc4.zip
Added that all types of after_find/after_initialized callbacks are triggered if the explicit implementation is present, not only the explicit implementation itself
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@898 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index a73d5168d4..ec1fd93ff5 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added that all types of after_find/after_initialized callbacks are triggered if the explicit implementation is present, not only the explicit implementation itself
+
* Fixed that symbols can be used on attribute assignment, like page.emails.create(:subject => data.subject, :body => data.body)