aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-23 04:27:12 +0000
committeryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-23 04:27:12 +0000
commit3f7cce9f189a06a9321ad084ae632058b2422fe1 (patch)
tree279d1a92e92036b204cda93fe481ebbb9468a258
parente9db63d9f42559120458929564d4e2edeb68d859 (diff)
downloadruby-3f7cce9f189a06a9321ad084ae632058b2422fe1.tar.gz
* NEWS: Add descriptions for Time#to_time updates.
[Bug #12271] [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--NEWS4
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74a9998a51..0124ea40c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Apr 23 13:27:25 2016 Yuichiro Kaneko <yui-knk@ruby-lang.org>
+
+ * NEWS: Add descriptions for Time#to_time updates.
+ [Bug #12271]
+
Sat Apr 23 13:21:24 2016 Yuichiro Kaneko <yui-knk@ruby-lang.org>
* NEWS: Add descriptions for DateTime#to_time updates.
diff --git a/NEWS b/NEWS
index eb048ad179..4af7ce6cef 100644
--- a/NEWS
+++ b/NEWS
@@ -86,6 +86,10 @@ with all sufficient information, see the ChangeLog file or Redmine
=== Stdlib compatibility issues (excluding feature bug fixes)
+* Time
+
+ * Time#to_time now preserves timezone. [Bug #12271]
+
* DateTime
* DateTime#to_time now preserves timezone. [Bug #12189]