aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 6cfd053eab..8630c82906 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -5,9 +5,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