From 69266a063bfa63408b0ea2453c699b7ad5531d86 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Wed, 9 Aug 2006 16:54:36 +0000 Subject: Remove ActiveRecord::Base.reset since Dispatcher doesn't use it anymore. [Rick Olson] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4743 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 0b4f8e1a00..3f2ac9fa3b 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Remove ActiveRecord::Base.reset since Dispatcher doesn't use it anymore. [Rick Olson] + * Document find's :from option. Closes #5762. [andrew@redlinesoftware.com] * PostgreSQL: autodetected sequences work correctly with multiple schemas. Rely on the schema search_path instead of explicitly qualifying the sequence name with its schema. #5280 [guy.naor@famundo.com] -- cgit v1.2.3