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:
Leandro Facchinetti 2014-05-17 01:59:55 -03:00
parent ada8e50ecd
commit 7e35675059

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