aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrey Novikov <envek@envek.name>2015-06-13 14:01:27 +0300
committerAndrey Novikov <envek@envek.name>2016-01-05 18:35:04 +0300
commit0a0ffb64d88949db29c235637eeadeea3eeaf292 (patch)
tree7d753486fa306053100af4a370a706dc7e354e84 /activemodel/CHANGELOG.md
parent3d90a6348d1541a2ecd00d959f9eec99ec78905a (diff)
downloadrails-0a0ffb64d88949db29c235637eeadeea3eeaf292.tar.gz
rails-0a0ffb64d88949db29c235637eeadeea3eeaf292.tar.bz2
rails-0a0ffb64d88949db29c235637eeadeea3eeaf292.zip
Take UTC offset into account when assigning string value to time attribute.
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index e4769d2f40..463cca9350 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Take into account UTC offset when assigning string representation of
+ timestamp with offset specified to attribute of time type.
+
+ *Andrey Novikov*
+
## Rails 5.0.0.beta1 (December 18, 2015) ##
* Validate multiple contexts on `valid?` and `invalid?` at once.