aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-06-21 12:58:27 +0000
committerJamis Buck <jamis@37signals.com>2005-06-21 12:58:27 +0000
commit361be5a7dd1d70e55d6b003b987794e94b2f9c1e (patch)
tree5749b77591749af6a12c3a133ce8db11ad04cadb /activerecord/CHANGELOG
parentc88ce046621b77e6d39ae60edd4996066414801a (diff)
downloadrails-361be5a7dd1d70e55d6b003b987794e94b2f9c1e.tar.gz
rails-361be5a7dd1d70e55d6b003b987794e94b2f9c1e.tar.bz2
rails-361be5a7dd1d70e55d6b003b987794e94b2f9c1e.zip
Removed the AR::Recursion module--it broke more code than it fixed
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1470 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 4f7f69220e..e07265b3ac 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -21,8 +21,6 @@
* Corrected typo in find SQL for has_and_belongs_to_many. #1312 [ben@bensinclair.com]
-* Added ActiveRecord::Recursion for guarding against recursive saves
-
* Fixed sanitized conditions for has_many finder method. #1281 [jackc@hylesanderson.com, pragdave, Tobias Luetke]
* Comprehensive PostgreSQL schema support. Use the optional schema_search_path directive in database.yml to give a comma-separated list of schemas to search for your tables. This allows you, for example, to have tables in a shared schema without having to use a custom table name. See http://www.postgresql.org/docs/8.0/interactive/ddl-schemas.html to learn more. #827 [dave@cherryville.org]