aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-09-04 07:08:16 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-09-04 07:08:16 +0000
commite2a397ff8a5e58cdd40663342d0256ffd3c6324a (patch)
tree31888b9b50086325ac33b525338571c168c51b95 /activerecord/CHANGELOG
parentf3d6726dfa3efdb895a85f5e2f72e7b430b788e9 (diff)
downloadrails-e2a397ff8a5e58cdd40663342d0256ffd3c6324a.tar.gz
rails-e2a397ff8a5e58cdd40663342d0256ffd3c6324a.tar.bz2
rails-e2a397ff8a5e58cdd40663342d0256ffd3c6324a.zip
Deprecation: use :dependent => :delete_all rather than :exclusively_dependent => true. Closes #6024.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4981 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 a51c3460a4..c316f3b66d 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Deprecation: use :dependent => :delete_all rather than :exclusively_dependent => true. #6024 [Josh Susser]
+
* Document validates_presences_of behavior with booleans: you probably want validates_inclusion_of :attr, :in => [true, false]. #2253 [Bob Silva]
* Optimistic locking: gracefully handle nil versions, treat as zero. #5908 [Tom Ward]