aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-12-28 23:45:01 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-12-29 17:53:03 -0500
commit41e177ee069e1ef93b51624ddde2fa5fcf6c8e94 (patch)
tree4c427cfe72a786bf933833dadd73cc89b356d239 /activerecord/CHANGELOG.md
parent09cac8c67afdc4b2a1c6ae07931ddc082629b277 (diff)
downloadrails-41e177ee069e1ef93b51624ddde2fa5fcf6c8e94.tar.gz
rails-41e177ee069e1ef93b51624ddde2fa5fcf6c8e94.tar.bz2
rails-41e177ee069e1ef93b51624ddde2fa5fcf6c8e94.zip
Set time as a timezone aware type and remove related deprecation
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 a2320c25bc..7774c6088f 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Set `:time` as a timezone aware type and remove deprecation when the values is not
+ explictly set.
+
+ *Rafael Mendonça França*
+
* Remove deprecated force reload argument in singular and collection association readers.
*Rafael Mendonça França*