Merge pull request #41778 from rails/add-changelog-entry-for-41640

Add CHANGELOG entry for #41640
This commit is contained in:
Andrew White 2021-03-28 09:13:48 +01:00 committed by GitHub
commit bad93fe2a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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!`
This argument can be used when enabling strict loading for a single record