summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-23 18:15:00 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-23 18:15:00 +0000
commit942facfaf2d010bd7c7fe4ce6e4a9d327be973a1 (patch)
treec57cebce059ba1069285ea61b81c5d598b1c4ba5
parent9f89da1847ba35621067f685ae37df0f0fd59f4b (diff)
downloadruby-942facfaf2d010bd7c7fe4ce6e4a9d327be973a1.tar.gz
* NEWS: Add Numeric#round to the list of modified methods
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@33032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f2afa00bdc..e3d11a7891 100644
--- a/NEWS
+++ b/NEWS
@@ -333,6 +333,7 @@ See doc/NEWS-1.8.7 for changes between 1.8.6 and 1.8.7.
o Numeric#upto, #downto, #times, #step
o Numeric#real?, Complex#real?
o Numeric#magnitude
+ o Numeric#round
* Rational / Complex
o They are in the core library now
* Math