summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-03 18:47:41 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-03 18:47:41 +0000
commitca7c0fee20ac83044c9db471c26e3a78b0275699 (patch)
tree8ae5f3c3859f2a4db59a87a86b54de7e0d54fcd4 /NEWS
parent5de24423e69054fee8ebb92250f22453f4d85b4d (diff)
[DOC]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a1a5303783..22494bec25 100644
--- a/NEWS
+++ b/NEWS
@@ -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