aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-05-16 22:05:54 -0700
committerGodfrey Chan <godfreykfc@gmail.com>2014-05-16 22:05:54 -0700
commitb470d85f5bfef208dd9e84ee9552ca76af3dde7d (patch)
tree0eabbe75aa6347e275508f4d1741cbe7e6977aa1 /activerecord
parentada8e50ecde55123cc95dd62390ac46e29c52ec5 (diff)
parent7e356750591e103b2857fee111914a37114b60c6 (diff)
downloadrails-b470d85f5bfef208dd9e84ee9552ca76af3dde7d.tar.gz
rails-b470d85f5bfef208dd9e84ee9552ca76af3dde7d.tar.bz2
rails-b470d85f5bfef208dd9e84ee9552ca76af3dde7d.zip
Merge pull request #15144 from leafac/fix-changelog-#15071
Fix typo in CHANGELOG entry for #15071
Diffstat (limited to 'activerecord')
-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