1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* NEWS: Add descriptions for DateTime#to_time updates.

[Bug #12189] [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yui-knk 2016-04-23 04:23:29 +00:00
parent e496dfe6db
commit e9db63d9f4
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Sat Apr 23 13:21:24 2016 Yuichiro Kaneko <yui-knk@ruby-lang.org>
* NEWS: Add descriptions for DateTime#to_time updates.
[Bug #12189]
Sat Apr 23 11:21:27 2016 Marcus Stollsteimer <sto.mar@web.de>
* ext/date/date_core.c (Init_date_core): [DOC] Convert DateTime

6
NEWS
View file

@ -84,6 +84,12 @@ with all sufficient information, see the ChangeLog file or Redmine
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