1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Specify correct version in the changelog [ci skip]

This commit is contained in:
Sean Griffin 2015-01-16 10:40:58 -07:00
parent 090c5211ce
commit b74c3565cb

View file

@ -1,6 +1,6 @@
* `time` columns can now affected by `time_zone_aware_attributes`. If you have
set `config.time_zone` to a value other than `'UTC'`, they will be treated
as in that time zone by default in Rails 5.0. If this is not the desired
as in that time zone by default in Rails 5.1. If this is not the desired
behavior, you can set
ActiveRecord::Base.time_zone_aware_types = [:datetime]