summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-24 21:27:15 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-24 21:27:15 +0000
commitbaf7c8593260210dce2b0a050ca0d65f5655b10d (patch)
tree5038a9e7aed4097c54326657195fde0a495ff436
parent0dcfc8931fd24e657b7268314daa10c94555ea57 (diff)
* 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
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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