From bc7ec23f4ef9ee5f8a8e7ec7b17af6652e4d438e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 9 Nov 2005 12:50:35 +0000 Subject: Fixed acts_as_list for definitions without an explicit :order #2803 [jonathan@bluewire.net.nz] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2951 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 892179b43a..aa7110243f 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,9 +1,8 @@ *SVN* -* Upgrade bundled ruby-mysql 0.2.4 with mysql411 shim (see #440) to ruby-mysql -0.2.6 with a patchset for 4.1 protocol support. Local change [301] is now a -part of the main driver; reapplied local change [2182]. Removed GC.start from -Result.free. [tommy@tmtm.org, akuroda@gmail.com, Doug Fales , Jeremy Kemper] +* Fixed acts_as_list for definitions without an explicit :order #2803 [jonathan@bluewire.net.nz] + +* Upgrade bundled ruby-mysql 0.2.4 with mysql411 shim (see #440) to ruby-mysql 0.2.6 with a patchset for 4.1 protocol support. Local change [301] is now a part of the main driver; reapplied local change [2182]. Removed GC.start from Result.free. [tommy@tmtm.org, akuroda@gmail.com, Doug Fales , Jeremy Kemper] * Correct handling of complex order clauses with SQL Server limit emulation. #2770 [Tom Ward , Matt B.] -- cgit v1.2.3