1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2014-05-03 18:47:41 +00:00
parent 5de24423e6
commit ca7c0fee20

5
NEWS
View file

@ -70,6 +70,11 @@ with all sufficient information, see the ChangeLog file.
=== Stdlib compatibility issues (excluding feature bug fixes)
* time.rb
* Time.parse, Time.strptime, Time.rfc2822, Time.xmlschema produces
fixed-offset Time objects to preserve the offset from UTC.
* Time.httpdate produces always UTC Time object.
=== Built-in global variables compatibility issues
=== C API updates