From 57ed93ee66d99eb2cbcbcab3207fe9a8d293ce85 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 15 Dec 2004 11:55:43 +0000 Subject: Fixed that Base#find will return an array if given an array -- regardless of the number of elements #270 [Marten] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@164 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 4590f2c1a2..8ff0df6739 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *CVS* +* Fixed that Base#find will return an array if given an array -- regardless of the number of elements #270 [Marten] + * Fixed that has_and_belongs_to_many would generate bad sql when naming conventions differed from using vanilla "id" everywhere [RedTerror] * Added a better exception for when a type column is used in a table without the intention of triggering single-table inheritance. Example: -- cgit v1.2.3