merges r20685 from trunk into ruby_1_9_1.

* NEWS

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yugui 2008-12-25 16:33:00 +00:00
parent 15023618ec
commit f14ec698b9

2
NEWS
View file

@ -313,7 +313,7 @@ See doc/NEWS-1.8.7 for changes between 1.8.6 and 1.8.7.
o supports conversion between many encodings
* Numeric
o Numeric#upto, #downto, #times, #step
o Numeric#scalar?, Complex#scalar?
o Numeric#real?, Complex#real?
o Numeric#magnitude
* Rational / Complex
o They are in the core library now