aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-08-20 14:38:58 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-08-20 14:38:58 +0000
commitedb42088571f9ad61908032c3df12b4700e099e9 (patch)
treef806b2d7dd3d2b855ed81698b9bad69ceefd0d78 /activerecord/CHANGELOG
parent04d2d5f2884677542b7062ece98bd91978e78b2b (diff)
downloadrails-edb42088571f9ad61908032c3df12b4700e099e9.tar.gz
rails-edb42088571f9ad61908032c3df12b4700e099e9.tar.bz2
rails-edb42088571f9ad61908032c3df12b4700e099e9.zip
to_xml: correct naming of included associations. Closes #5831.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4794 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 2a9a7c2042..4d117fd79b 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* to_xml: correct naming of included associations. #5831 [josh.starcher@gmail.com]
+
* Pushing a record onto a has_many :through sets the association's foreign key to the associate's primary key and adds it to the correct association. #5815, #5829 [josh@hasmanythrough.com]
* PostgreSQL: simplify index introspection query. #5819 [stephen_purcell@yahoo.com]