aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-09-07 11:05:58 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-09-07 11:12:06 -0300
commitd8fbfee81e8923e2fec79da880eef263dcf16e91 (patch)
treee705919d9918801314e687414269689cc747cf57 /activerecord/CHANGELOG.md
parent89523397502431d0a8e99182fe5c7236884a495c (diff)
downloadrails-d8fbfee81e8923e2fec79da880eef263dcf16e91.tar.gz
rails-d8fbfee81e8923e2fec79da880eef263dcf16e91.tar.bz2
rails-d8fbfee81e8923e2fec79da880eef263dcf16e91.zip
Add Changelog entry for #4976: fix eager load associations without pks [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index c0c8096084..6854128781 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
+* Fix eagerly loading associations without primary keys. Fixes #4976. *Kelley Reynolds*
+
* Rails now raise an exception when you're trying to run a migration that has an invalid
file name. Only lower case letters, numbers, and '_' are allowed in migration's file name.
Please see #7419 for more details.