aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorSean Griffin <sean@thoughtbot.com>2015-01-16 10:40:58 -0700
committerSean Griffin <sean@thoughtbot.com>2015-01-16 10:40:58 -0700
commitb74c3565cb08d6b011915c7c04c2f01fa1b78bf0 (patch)
treeee349502dc707075c0dc82c992e8105cfe3287fe /activerecord/CHANGELOG.md
parent090c5211ced7b728df6176d5c9fc7437c107beaf (diff)
downloadrails-b74c3565cb08d6b011915c7c04c2f01fa1b78bf0.tar.gz
rails-b74c3565cb08d6b011915c7c04c2f01fa1b78bf0.tar.bz2
rails-b74c3565cb08d6b011915c7c04c2f01fa1b78bf0.zip
Specify correct version in the changelog [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 c777af342f..bfd3073293 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -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]