aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2015-01-19 08:57:22 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2015-01-19 08:57:22 +0530
commit3faa2235414d5b2da10eda2fcb106cb6e4938b34 (patch)
tree84b1d9ec48536b4139585f9a44675b5a27f84bfe /activerecord/CHANGELOG.md
parent53919bbfd2b3232ec66e0cdea7b387725653ab43 (diff)
downloadrails-3faa2235414d5b2da10eda2fcb106cb6e4938b34.tar.gz
rails-3faa2235414d5b2da10eda2fcb106cb6e4938b34.tar.bz2
rails-3faa2235414d5b2da10eda2fcb106cb6e4938b34.zip
Fix wording in AR CHANGELOG about time columns change [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index d8f29a77b4..1be5245e83 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -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