From f033833fb9f48927995e8bc521ae032888813989 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 16 Dec 2004 16:56:30 +0000 Subject: Improving documentation... git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@191 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 4 ---- 1 file changed, 4 deletions(-) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index e7399fb800..a503e27e55 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -166,12 +166,8 @@ * Added option to establish_connection where you'll be able to leave out the parameter to have it use the RAILS_ENV environment variable -* Added ADO-based SQLServerAdapter (only works on Windows) [Joey Gibson] - * Fixed problems with primary keys and postgresql sequences (#230) [Tim Bates] -* Fixed problems with nested transactions (#231) [Tim Bates] - * Added reloading for associations under cached environments like FastCGI and mod_ruby. This makes it possible to use those environments for development. This is turned on by default, but can be turned off with ActiveRecord::Base.reload_dependencies = false in production environments. -- cgit v1.2.3