aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-08-09 16:54:36 +0000
committerRick Olson <technoweenie@gmail.com>2006-08-09 16:54:36 +0000
commit69266a063bfa63408b0ea2453c699b7ad5531d86 (patch)
tree80488ece6f57fd6396215b45ffbde99681be9b61 /activerecord/CHANGELOG
parent651e57a72c2f53add43989c3aefa5ef843ed02a7 (diff)
downloadrails-69266a063bfa63408b0ea2453c699b7ad5531d86.tar.gz
rails-69266a063bfa63408b0ea2453c699b7ad5531d86.tar.bz2
rails-69266a063bfa63408b0ea2453c699b7ad5531d86.zip
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
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
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]