summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-25 23:42:50 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-25 23:42:50 +0000
commit90ac7da8c85bd1a1f13cf2bee7381ae77a4a928e (patch)
treef5e2dd92490746289fdceecc76866b69a0a6f484 /NEWS
parent64bcecf7a74cb32c3d640a03b1e4d7a3310fa7db (diff)
Merge from ruby_1_8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@16600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a59febc3ef..2f371027c3 100644
--- a/NEWS
+++ b/NEWS
@@ -369,6 +369,15 @@ with all sufficient information, see the ChangeLog file.
The old behavior was inconsistent with Ruby syntax and considered as
a bug.
+* date
+
+ * Date.parse
+
+ '##.##.##' (where each '#' is a digit) is now taken as 'YY.MM.DD'
+ instead of 'MM.DD.YY'. While the change may confuse you, you can
+ always use Date.strptime() when you know what you are dealing
+ with.
+
* tempfile
* The file name format has changed. No dots are included by default