diff options
author | Rick Olson <technoweenie@gmail.com> | 2007-05-24 20:40:14 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2007-05-24 20:40:14 +0000 |
commit | 04354cd4c278cffd4da6a5cf31f403aeb099d436 (patch) | |
tree | c4c0a6243cae0e5deb3ff1694475e28578bb40f1 | |
parent | c57c7210cd9216a72da8e9c7321d416ebfe1391e (diff) | |
download | rails-04354cd4c278cffd4da6a5cf31f403aeb099d436.tar.gz rails-04354cd4c278cffd4da6a5cf31f403aeb099d436.tar.bz2 rails-04354cd4c278cffd4da6a5cf31f403aeb099d436.zip |
update changelog too
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6828 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 7d8d38ee8d..af1dd8b80b 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Ensure that associations with :dependent => :delete_all respect :conditions option. Closes #8034 [danger, joshpeek, Rick] + * belongs_to assignment creates a new proxy rather than modifying its target in-place. #8412 [mmangino@elevatedrails.com] * Fix column type detection while loading fixtures. Closes #7987 [roderickvd] |