mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #41778 from rails/add-changelog-entry-for-41640
Add CHANGELOG entry for #41640
This commit is contained in:
commit
bad93fe2a1
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
* Changed Arel predications `contains` and `overlaps` to use
|
||||||
|
`quoted_node` so that PostgreSQL arrays are quoted properly.
|
||||||
|
|
||||||
|
*Bradley Priest*
|
||||||
|
|
||||||
* Add mode argument to record level `strict_loading!`
|
* Add mode argument to record level `strict_loading!`
|
||||||
|
|
||||||
This argument can be used when enabling strict loading for a single record
|
This argument can be used when enabling strict loading for a single record
|
||||||
|
|
Loading…
Reference in a new issue