From d886ad5c8b6f9eaa8b82e634c989aee48ccaf240 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Wed, 20 Jul 2005 12:47:55 +0000 Subject: Fix acts_as_list such that moving next-to-last item to the bottom does not result in duplicate positions git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1872 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 1eaa5517d0..018972d954 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix acts_as_list so that moving next-to-last item to the bottom does not result in duplicate item positions + * Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718 [Maik Schmidt] * Added :select option to find which can specify a different value than the default *, like find(:all, :select => "first_name, last_name"), if you either only want to select part of the columns or exclude columns otherwise included from a join #1338 [Stefan Kaes] -- cgit v1.2.3