From 846f0d5ab65eee84d53179d8496f357af03bea2c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 3 Jan 2005 23:23:02 +0000 Subject: Fixed that the overwritten respond_to? method didn't take two parameters like the original #391 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@326 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 af797707b0..e40b8d4760 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that the overwritten respond_to? method didn't take two parameters like the original #391 + * Added HasManyAssociation#count that works like Base#count #413 [intinig] * Fixed handling of binary content in blobs and similar fields for Ruby/MySQL and SQLite #409 [xal] -- cgit v1.2.3