From 2be3a33f32b43287b692be2cc2550f159b00165e Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 26 May 2007 00:35:49 +0000 Subject: find gracefully copes with blank :conditions. Closes #7599. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6852 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 5a2318ef1e..9bf09e97c1 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* find gracefully copes with blank :conditions. #7599 [Dan Manges, johnnyb] + * validates_numericality_of takes :greater_than, :greater_than_or_equal_to, :equal_to, :less_than, :less_than_or_equal_to, :odd, and :even options. #3952 [Bob Silva, Dan Kubb, Josh Peek] * MySQL: create_database takes :charset and :collation options. Charset defaults to utf8. #8448 [matt] -- cgit v1.2.3