diff options
author | Yves Senn <yves.senn@gmail.com> | 2016-11-21 12:56:20 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2016-11-21 12:56:20 +0100 |
commit | e49237387bf9a2778d5c92c5a5590e86fddfbc7e (patch) | |
tree | e5eb8f0f539cdf66dba9e8f65fe15a4070f9c34f | |
parent | fc4c15d823b112cc440cbd9a4288e1a389c138da (diff) | |
download | rails-e49237387bf9a2778d5c92c5a5590e86fddfbc7e.tar.gz rails-e49237387bf9a2778d5c92c5a5590e86fddfbc7e.tar.bz2 rails-e49237387bf9a2778d5c92c5a5590e86fddfbc7e.zip |
changelog entry for fc4c15d [ci skip]
https://github.com/rails/rails/commit/fc4c15d823b112cc440cbd9a4288e1a389c138da
-rw-r--r-- | activerecord/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index a8bed82e19..b8b3e98f25 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,8 @@ +* Make sure eager loading `ActiveRecord::Associations` also loads + constants defined in `ActiveRecord::Associations::Preloader`. + + *Yves Senn* + * Allow `ActionController::Parameters`-like objects to be passed as values for Postgres HStore columns. |