aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorGannon McGibbon <gannon.mcgibbon@gmail.com>2018-12-03 17:24:29 -0500
committerGannon McGibbon <gannon.mcgibbon@gmail.com>2018-12-04 00:16:42 -0500
commit67bca35a64e0fde994270b242f0b1c59d8e56b0b (patch)
tree6eb2dd1ff18c3380f633446394f9b78c275ec680 /activerecord/CHANGELOG.md
parent6ca6478a67ecdff58c29d10cd408b7259ed89e2b (diff)
downloadrails-67bca35a64e0fde994270b242f0b1c59d8e56b0b.tar.gz
rails-67bca35a64e0fde994270b242f0b1c59d8e56b0b.tar.bz2
rails-67bca35a64e0fde994270b242f0b1c59d8e56b0b.zip
Reset scope after collection delete
Reset scope after delete on collection association to clear stale offsets of removed records.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index d9488bd0f0..d9394f1442 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Reset scope after delete on collection association to clear stale offsets of removed records.
+
+ *Gannon McGibbon*
+
* Add the ability to prevent writes to a database for the duration of a block.
Allows the application to prevent writes to a database. This can be useful when