aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-12-29 02:20:50 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-12-29 17:53:03 -0500
commite646bad5b7c462187fc75c11d5c06e43759022d8 (patch)
tree672ccab2298e945e7831ad911ebb588f54c6ed25 /activerecord/CHANGELOG.md
parent41e177ee069e1ef93b51624ddde2fa5fcf6c8e94 (diff)
downloadrails-e646bad5b7c462187fc75c11d5c06e43759022d8.tar.gz
rails-e646bad5b7c462187fc75c11d5c06e43759022d8.tar.bz2
rails-e646bad5b7c462187fc75c11d5c06e43759022d8.zip
Remove deprecated support to passing a column to #quote
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 7774c6088f..a9e9f34590 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Remove deprecated support to passing a column to `#quote`.
+
+ *Rafael Mendonça França*
+
* Set `:time` as a timezone aware type and remove deprecation when the values is not
explictly set.