aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2015-09-07 00:10:50 +0930
committerMatthew Draper <matthew@trebex.net>2015-09-07 00:10:50 +0930
commite07b006d9c7b0a57c350d918259176089d6dedd6 (patch)
tree4a10983dc01217aee4c8f2e620fd3d77fcea8927 /activerecord/CHANGELOG.md
parentbc1f0c2e36ee705023dcbd513d99f834f8262ea3 (diff)
parentc82c5f8ffd7291186235c5912151c9dc0d262c4a (diff)
downloadrails-e07b006d9c7b0a57c350d918259176089d6dedd6.tar.gz
rails-e07b006d9c7b0a57c350d918259176089d6dedd6.tar.bz2
rails-e07b006d9c7b0a57c350d918259176089d6dedd6.zip
Merge pull request #21505 from morgoth/deprecate-passing-conditions-to-destroy_all-and-delete_all
Deprecate passing conditions to AR::Relation destroy_all and delete_all methods
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index ec3ec06c2b..5593e84e9c 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Deprecate passing conditions to `ActiveRecord::Relation#delete_all`
+ and `ActiveRecord::Relation#destroy_all`
+
+ *Wojciech Wnętrzak*
+
* PostgreSQL, `create_schema`, `drop_schema` and `rename_table` now quote
schema names.