aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeandro Facchinetti <git@leafac.com>2014-05-17 01:59:55 -0300
committerLeandro Facchinetti <git@leafac.com>2014-05-17 01:59:55 -0300
commit7e356750591e103b2857fee111914a37114b60c6 (patch)
tree0eabbe75aa6347e275508f4d1741cbe7e6977aa1
parentada8e50ecde55123cc95dd62390ac46e29c52ec5 (diff)
downloadrails-7e356750591e103b2857fee111914a37114b60c6.tar.gz
rails-7e356750591e103b2857fee111914a37114b60c6.tar.bz2
rails-7e356750591e103b2857fee111914a37114b60c6.zip
Fix typo in CHANGELOG entry for #15071
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
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