From 7e356750591e103b2857fee111914a37114b60c6 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Sat, 17 May 2014 01:59:55 -0300 Subject: [PATCH] Fix typo in CHANGELOG entry for #15071 --- activerecord/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 48e2862671..2b305dfa37 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -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