aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2017-09-15 14:20:50 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2017-10-23 12:50:47 -0400
commitef7784752c5c5efbe23f62d2bbcc62d4fd8aacab (patch)
tree4e01e985c6987830097a32821d7eecb60f259b0e /activerecord/CHANGELOG.md
parente1066f450d1a99c9a0b4d786b202e2ca82a4c3b3 (diff)
downloadrails-ef7784752c5c5efbe23f62d2bbcc62d4fd8aacab.tar.gz
rails-ef7784752c5c5efbe23f62d2bbcc62d4fd8aacab.tar.bz2
rails-ef7784752c5c5efbe23f62d2bbcc62d4fd8aacab.zip
Remove deprecated methd `#scope_chain`
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 4f21915d5e..31d360b01e 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Remove deprecated method `#scope_chain`.
+
+ *Rafael Mendonça França*
+
* Remove deprecated configuration `.error_on_ignored_order_or_limit`.
*Rafael Mendonça França*