summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-05 05:51:47 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-05 05:51:47 +0000
commit623a79c376fec2f76cc33819807f1903b40c3dea (patch)
tree8a82350cec0a3d0baa7729e1d37c8db08f0e3aec /NEWS
parente0c3908d2b0f381645c3fe4d85e92f51a1b456ae (diff)
Add Float::INFINITY and Float::NAN.
Current Unicode version of Regexp is 5.2. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d56f6858aa..55289d9bdc 100644
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,11 @@ with all sufficient information, see the ChangeLog file.
* ENV
* Uses locale's encoding
+ * Float
+ * new constants:
+ * Float::INFINITY
+ * Float::NAN
+
* IO
* new method:
* IO#fdatasync
@@ -260,7 +265,7 @@ with all sufficient information, see the ChangeLog file.
* Regexp properties (\p{}) names now ignore underscores, spaces, and case, so
\p{ol chiki} is the same as \p{Ol_Chiki}
-* Regexps now support Unicode 5.1 (new characters and scripts)
+* Regexps now support Unicode 5.2 (new characters and scripts)
* \d, \s, and \w are now ASCII only; use POSIX bracket classes and \p{} for
Unicode semantics
* $: no longer includes the current directory, use require_relative