From baf7c8593260210dce2b0a050ca0d65f5655b10d Mon Sep 17 00:00:00 2001 From: marcandre Date: Wed, 24 Aug 2011 21:27:15 +0000 Subject: [PATCH] * NEWS: Integer#round was also updated (even though rdoc is unchanged) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@33055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 591777bf71..da0ae22d04 100644 --- a/NEWS +++ b/NEWS @@ -336,6 +336,8 @@ See doc/NEWS-1.8.7 for changes between 1.8.6 and 1.8.7. o Numeric#round * Float o Float#round + * Integer + o Integer#round * Rational / Complex o They are in the core library now * Math