aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2017-09-15 14:40:42 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2017-10-23 12:50:47 -0400
commit8f5413b896099f80ef46a97819fe47a820417bc2 (patch)
treede1fccf500d8b5c76b6dfca8ee5b2b1becdbdfd3 /activerecord/CHANGELOG.md
parentef7784752c5c5efbe23f62d2bbcc62d4fd8aacab (diff)
downloadrails-8f5413b896099f80ef46a97819fe47a820417bc2.tar.gz
rails-8f5413b896099f80ef46a97819fe47a820417bc2.tar.bz2
rails-8f5413b896099f80ef46a97819fe47a820417bc2.zip
Remove deprecated method `#sanitize_conditions`
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 31d360b01e..ee73004810 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Remove deprecated method `#sanitize_conditions`.
+
+ *Rafael Mendonça França*
+
* Remove deprecated method `#scope_chain`.
*Rafael Mendonça França*