mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo in CHANGELOG entry for #15071
This commit is contained in:
parent
ada8e50ecd
commit
7e35675059
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
|||
* Restrict deletion of record when using `delete_all` with `uniq`, `group`, `having`
|
||||
or `offset`.
|
||||
|
||||
I these cases the generated query ignores them and that causes unintended
|
||||
In these cases the generated query ignored them and that caused unintended
|
||||
records to be deleted.
|
||||
|
||||
Fixes #11985.
|
||||
|
||||
*Leandro Facchinetti*
|
||||
|
||||
* Floats with limit >= 25 that get turned into doubles in MySQL no longer have
|
||||
|
|
Loading…
Reference in a new issue