aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-02-14 20:46:51 +0900
committerRyuta Kamizono <kamipo@gmail.com>2019-02-15 12:06:45 +0900
commitcdb8697b4a654aad2e65590d58c5f581a53d6b33 (patch)
tree8ac091bcf825ff2bc8dbdca92a0e612fb930a847 /activerecord/CHANGELOG.md
parent79b8b626216b4f8f24b5606f3edd43d5b14cd2a6 (diff)
downloadrails-cdb8697b4a654aad2e65590d58c5f581a53d6b33.tar.gz
rails-cdb8697b4a654aad2e65590d58c5f581a53d6b33.tar.bz2
rails-cdb8697b4a654aad2e65590d58c5f581a53d6b33.zip
Revert "Merge pull request #35186 from kamipo/fix_leaking_scope_on_relation_create"
This reverts commit b67d5c6dedbf033515a96a95d24d085bf99a0d07, reversing changes made to 2e018361c7c51e36d1d98bf770b7456d78dee68b. Reason: #35186 may cause that silently leaking information when people upgrade the app. We need deprecation first before making this.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 47ae71f2a0..63205368c7 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,9 +1,3 @@
-* Fix `relation.create` to avoid leaking scope to initialization block and callbacks.
-
- Fixes #9894, #17577.
-
- *Ryuta Kamizono*
-
* Allow applications to automatically switch connections.
Adds a middleware and configuration options that can be used in your