summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-05 02:47:53 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-05 02:47:53 +0000
commitc2a87a1fa138936dc8dca1b66fb719eec7f00b3a (patch)
treec04e4440c5484653c9879e164924d78ae4a2be34 /NEWS
parenta72f9f34767f9f2a6e8b7e22251949e65d2fe39d (diff)
* lib/time.rb (Time.strptime): Raise ArgumentError if Date._strptime
doesn't extract date information. Reported by tadayoshi funaba. [ruby-core:62349] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 97b56e9174..379d5870a5 100644
--- a/NEWS
+++ b/NEWS
@@ -77,6 +77,7 @@ with all sufficient information, see the ChangeLog file.
fixed-offset Time objects.
It is happen when usual localtime doesn't preserve the offset from UTC.
* Time.httpdate produces always UTC Time object.
+ * Time.strptime raises ArgumentError when no date information.
=== Built-in global variables compatibility issues