From d5902c9e7eaba4db4e79c464d623a7d7e6e2d0e3 Mon Sep 17 00:00:00 2001 From: Sean Griffin Date: Sun, 2 Nov 2014 13:52:34 -0700 Subject: Revert deprecation of `sanitize_sql_hash_for_assignment` This method is still used by `update_all` --- activerecord/CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 5404465b4c..f7ca41908d 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,6 +1,5 @@ -* Deprecate `sanitize_sql_hash_for_conditions` and - `sanitize_sql_hash_for_assignment` without replacement. Using a `Relation` - for performing queries and updates is the prefered API. +* Deprecate `sanitize_sql_hash_for_conditions` without replacement. Using a + `Relation` for performing queries and updates is the prefered API. *Sean Griffin* -- cgit v1.2.3