aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-08-23 11:05:04 +0000
committerJamis Buck <jamis@37signals.com>2005-08-23 11:05:04 +0000
commitdfe1aeb776ed9a7da8b431c7933c858d155a13c7 (patch)
tree11593565c25ad674b9fbaf7d9d17e313f0c4198c /activerecord/CHANGELOG
parent211617191ed9e6bc9da1cee1bdd134c9b8c3cdfd (diff)
downloadrails-dfe1aeb776ed9a7da8b431c7933c858d155a13c7.tar.gz
rails-dfe1aeb776ed9a7da8b431c7933c858d155a13c7.tar.bz2
rails-dfe1aeb776ed9a7da8b431c7933c858d155a13c7.zip
Saving a record with two unsaved belongs_to associations pointing to the same object fails #2023 [Tobias Luetke]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2040 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 beb419b62c..21decee967 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Saving a record with two unsaved belongs_to associations pointing to the same object fails #2023 [Tobias Luetke]
+
* Make destroy return self #1913 [sebastian.kanthak@muehlheim.de]
* Fix typo in validations documentation #1938 [court3nay]