From b84a7beb98a1bfe384e92d7c301db0ee30cbf1b6 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 10 Nov 2005 06:19:50 +0000 Subject: acts_as_list plays nicely with inheritance by remembering the class which declared it. Closes #2811. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2964 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index aac1c856f0..8dd92a1e8b 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* acts_as_list plays nicely with inheritance by remembering the class which declared it. #2811 [rephorm@rephorm.com] + * Fix sqlite adaptor's detection of missing dbfile or database declaration. [Nicholas Seckar] * Fixed acts_as_list for definitions without an explicit :order #2803 [jonathan@bluewire.net.nz] -- cgit v1.2.3