Add CHANGELOG entry for #15071 [ci skip]

This commit is contained in:
Rafael Mendonça França 2014-05-16 21:01:47 -03:00
parent 4877737f29
commit a9ebfc0f6a

@ -1,3 +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
records to be deleted.
*Leandro Facchinetti*
* Floats with limit >= 25 that get turned into doubles in MySQL no longer have
their limit dropped from the schema.