aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2017-09-15 14:13:04 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2017-10-23 12:50:47 -0400
commite1066f450d1a99c9a0b4d786b202e2ca82a4c3b3 (patch)
treee5e53d993851d341976cb9799f12e4dc4a63dee1 /activerecord/CHANGELOG.md
parent9c6ee1bed0292fc32c23dc1c68951ae64fc510be (diff)
downloadrails-e1066f450d1a99c9a0b4d786b202e2ca82a4c3b3.tar.gz
rails-e1066f450d1a99c9a0b4d786b202e2ca82a4c3b3.tar.bz2
rails-e1066f450d1a99c9a0b4d786b202e2ca82a4c3b3.zip
Remove deprecated configuration `.error_on_ignored_order_or_limit`
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 abafe524f6..4f21915d5e 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Remove deprecated configuration `.error_on_ignored_order_or_limit`.
+
+ *Rafael Mendonça França*
+
* Remove deprecated arguments from `#verify!`.
*Rafael Mendonça França*