aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-19 16:34:34 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-19 16:34:34 +0000
commit6f95c49a15e85c007e9c94c107232f9fee600aa8 (patch)
tree09781621c7c135bd6f07a29ce8fd02622aaf9d85 /activerecord/CHANGELOG
parent9cc624df73d26c0ea4065e295cad0ae30ee6d707 (diff)
downloadrails-6f95c49a15e85c007e9c94c107232f9fee600aa8.tar.gz
rails-6f95c49a15e85c007e9c94c107232f9fee600aa8.tar.bz2
rails-6f95c49a15e85c007e9c94c107232f9fee600aa8.zip
Fixed that Observers didn't observe sub-classes #627 [Florian Weber]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2263 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 ec101186ea..fc2447f172 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that Observers didn't observe sub-classes #627 [Florian Weber]
+
* Fix eager loading error messages, allow :include to specify tables using strings or symbols. Closes #2222 [Marcel Molina]
* Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connection adapters specified within if its present (available in Rails through config.connection_adapters using the new config) #1958 [skae]