aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorMelanie Gilman <melanie@thoughtbot.com>2014-12-04 09:49:51 -0500
committerMelanie Gilman <melanie@thoughtbot.com>2014-12-04 15:06:21 -0500
commitc0609dd0f0f0de604ac1ffeffdf5e3e0e7356b35 (patch)
tree8835aa2a9c924e2e76d2e04c1d92db101890535c /activerecord/CHANGELOG.md
parent2673a359e1020390cc8ae0208e7795f61c9fba89 (diff)
downloadrails-c0609dd0f0f0de604ac1ffeffdf5e3e0e7356b35.tar.gz
rails-c0609dd0f0f0de604ac1ffeffdf5e3e0e7356b35.tar.bz2
rails-c0609dd0f0f0de604ac1ffeffdf5e3e0e7356b35.zip
Deprecate `Class` handler in `PredicateBuilder`
Users should pass strings to queries instead of classes
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 298ee21e01..f0d9f1e538 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Deprecate passing a class as a value in a query. Users should pass strings
+ instead.
+
+ *Melanie Gilman*
+
* `add_timestamps` and `remove_timestamps` now properly reversible with
options.