summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-19 22:17:13 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-19 22:17:13 +0000
commit7e0907ceddbd939ea3d04c9630ad509ade7a4d60 (patch)
tree1d4901f36aad5662a03ffb9b004d972d651a4774 /NEWS
parent0c65c82860c47f0a9d3a65254d6edc26b4e2b155 (diff)
* NEWS: mention Kernel#warn. [ruby-core:38119] [Feature #5029]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b91bf0d25a..d16e73971c 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ with all sufficient information, see the ChangeLog file.
* builtin classes
+ * Kernel
+ * extended method:
+ * Kernel#warn accepts multiple args in like puts.
+
* Signal
* incompatible changes:
* Signal.trap raises ArgumentError when :SEGV, :BUS, :ILL, :FPE, :VTALRM