changelog entry for fc4c15d [ci skip]

fc4c15d823
This commit is contained in:
Yves Senn 2016-11-21 12:56:20 +01:00
parent fc4c15d823
commit e49237387b
1 changed files with 5 additions and 0 deletions

View File

@ -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.