1
0
Fork 0
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:
Godfrey Chan 2014-05-16 22:05:54 -07:00
commit b470d85f5b

View file

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