mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add a note to the changelog for #9499
This commit is contained in:
parent
3a6cf83b9a
commit
04e3b41e2f
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
* Prevent the inversed association from being reloaded on save.
|
||||
|
||||
Fixes #9499.
|
||||
|
||||
*Dmitry Polushkin*
|
||||
|
||||
* Generate subquery for `Relation` if it passed as array condition for `where` method
|
||||
|
||||
Example:
|
||||
|
|
Loading…
Reference in a new issue