summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-14 22:03:28 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-14 22:03:28 +0000
commit1b4c1f715e5abcf68ea680dbed3b36007b9aa761 (patch)
tree04b06c7b20d487695b36d862f69135a7849d332f /NEWS
parente722ad99d5b0e6a9bb0249ff3d9c8cce28d3204e (diff)
* lib/time.rb (Time.parse): raise ArgumentError if Date._parse don't
extract date information. [ruby-core:20912] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6b094e945c..9679feb0d9 100644
--- a/NEWS
+++ b/NEWS
@@ -150,6 +150,10 @@ with all sufficient information, see the ChangeLog file.
* Readline.completion_proc= accepts nil.
nil means to use default completion proc.
+* time
+ * incompatible changes:
+ * Time.parse raises ArgumentError when no date information.
+
=== Compatibility issues (excluding feature bug fixes)
* Enumerator#rewind