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

Merge pull request #18593 from prathamesh-sonpatki/ar-changelog

Fix wording in AR CHANGELOG about time columns change [ci skip]
This commit is contained in:
Yves Senn 2015-01-19 09:22:17 +01:00
commit cf01d36f02

View file

@ -2,7 +2,7 @@
*Prathamesh Sonpatki*
* `time` columns can now affected by `time_zone_aware_attributes`. If you have
* `time` columns can now get 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.1. If this is not the desired
behavior, you can set