From 8eb73f43e1f7eb6f7afa7838e64b259c81bc8a47 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 6 Apr 2006 16:16:29 +0000 Subject: Fixed that that multiparameter assignment doesn't work with aggregations (closes #4620) [Lars Pind] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4188 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 8a68f37d12..672a0f4f05 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,6 +1,8 @@ +*1.14.1* (April 6th, 2005) + * Fix type_name_with_module to handle type names that begin with '::'. Closes #4614. [Nicholas Seckar] -*1.14.1* (April 6th, 2005) +* Fixed that that multiparameter assignment doesn't work with aggregations (closes #4620) [Lars Pind] * Enable Limit/Offset in Calculations (closes #4558) [lmarlow@yahoo.com] -- cgit v1.2.3