aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-05-29 03:48:17 +0000
committerRick Olson <technoweenie@gmail.com>2006-05-29 03:48:17 +0000
commit06075a9eb5ddf255ed561bc4cdddef214d7c63aa (patch)
tree229caa32d0b9815e8f58d8b39d6cee1cfa1a1d00 /activerecord/CHANGELOG
parent8498c74a99d4db42060dcf4be1d8270c755a5bdc (diff)
downloadrails-06075a9eb5ddf255ed561bc4cdddef214d7c63aa.tar.gz
rails-06075a9eb5ddf255ed561bc4cdddef214d7c63aa.tar.bz2
rails-06075a9eb5ddf255ed561bc4cdddef214d7c63aa.zip
Fix the has_and_belongs_to_many #create doesn't populate the join for new records. Closes #3692 [josh@hasmanythrough.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4379 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 571dc6d21a..e08612cc34 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix the has_and_belongs_to_many #create doesn't populate the join for new records. Closes #3692 [josh@hasmanythrough.com]
+
* Provide Association Extensions access to the instance that the association is being accessed from.
Closes #4433 [josh@hasmanythrough.com]