From 6f24054f6e529efb2d825d7aef03588692d1effc Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 25 Feb 2012 07:08:44 +0000 Subject: [PATCH] Add News for r34367 [ruby-core:29462] [Feature #3131] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 24b464dab0..8698195afc 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,8 @@ with all sufficient information, see the ChangeLog file. * builtin classes * Kernel + * added method: + * added Kernel#Hash conversion method like Array() or Float(). * extended method: * Kernel#warn accepts multiple args in like puts. * incompatible changes: