diff options
author | Jamis Buck <jamis@37signals.com> | 2005-09-20 16:12:13 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2005-09-20 16:12:13 +0000 |
commit | 5213a1f73332995ae98d2a163454dff2b288e650 (patch) | |
tree | 45b4d6979c5812e4ea2208971de15a1827bcc9d9 /activerecord/CHANGELOG | |
parent | 4fa9a2bfe22515f893368786982dd6e76241b552 (diff) | |
download | rails-5213a1f73332995ae98d2a163454dff2b288e650.tar.gz rails-5213a1f73332995ae98d2a163454dff2b288e650.tar.bz2 rails-5213a1f73332995ae98d2a163454dff2b288e650.zip |
Fixed saving a record with two unsaved belongs_to associations pointing to the same object #2023 [Tobias Luetke]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2278 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 0301572b23..6e69f3cd6a 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed saving a record with two unsaved belongs_to associations pointing to the same object #2023 [Tobias Luetke] + * Improved migrations' behavior when the schema_info table is empty. [Nicholas Seckar] * Fixed that Observers didn't observe sub-classes #627 [Florian Weber] |