aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2014-12-04 15:54:45 -0700
committerSean Griffin <sean@seantheprogrammer.com>2014-12-04 15:54:45 -0700
commitbbbe9cfc61bf0ab8f6b672d394fa00bdb9941fc3 (patch)
tree1a0bab24f153a5870b05eee9bc82f409a6b31680 /activerecord/CHANGELOG.md
parentd1f003e67b6438a0c5367962fa1a35cd22e7cc8c (diff)
parentbe6897e34d8a53d07eb62637ef3d0a1be660d432 (diff)
downloadrails-bbbe9cfc61bf0ab8f6b672d394fa00bdb9941fc3.tar.gz
rails-bbbe9cfc61bf0ab8f6b672d394fa00bdb9941fc3.tar.bz2
rails-bbbe9cfc61bf0ab8f6b672d394fa00bdb9941fc3.zip
Merge pull request #17919 from mrgilman/stop-supporting-nested-arrays
Remove deprecated behavior allowing nested arrays as query values
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 f0d9f1e538..152cbc751c 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Remove deprecated behavior allowing nested arrays to be passed as query
+ values.
+
+ *Melanie Gilman*
+
* Deprecate passing a class as a value in a query. Users should pass strings
instead.