[前][次][番号順一覧][スレッド一覧]

ruby-changes:42650

From: yui-knk <ko1@a...>
Date: Sat, 23 Apr 2016 12:26:52 +0900 (JST)
Subject: [ruby-changes:42650] yui-knk:r54724 (trunk): * NEWS: Add descriptions for DateTime#to_time updates.

yui-knk	2016-04-23 13:23:29 +0900 (Sat, 23 Apr 2016)

  New Revision: 54724

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54724

  Log:
    * NEWS: Add descriptions for DateTime#to_time updates.
      [Bug #12189] [ci skip]

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 54723)
+++ NEWS	(revision 54724)
@@ -84,6 +84,12 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L84
   Ruby's sum method should be mostly compatible but it is impossible to
   be perfectly compatible with all of them.
 
+=== Stdlib compatibility issues (excluding feature bug fixes)
+
+* DateTime
+
+  * DateTime#to_time now preserves timezone.  [Bug #12189]
+
 === C API updates
 
 * ruby_show_version() will no longer exits the process, if
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 54723)
+++ ChangeLog	(revision 54724)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat Apr 23 13:21:24 2016  Yuichiro Kaneko  <yui-knk@r...>
+
+	* NEWS: Add descriptions for DateTime#to_time updates.
+	  [Bug #12189]
+
 Sat Apr 23 11:21:27 2016  Marcus Stollsteimer  <sto.mar@w...>
 
 	* ext/date/date_core.c (Init_date_core): [DOC] Convert DateTime

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]