mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
0c65c82860
commit
7e0907cedd
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Jul 20 07:16:26 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* NEWS: mention Kernel#warn. [ruby-core:38119] [Feature #5029]
|
||||
|
||||
Tue Jul 19 16:40:45 2011 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
|
||||
|
||||
* cont.c (cont_save_thread): fix missing semicolon.
|
||||
|
|
4
NEWS
4
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
|
||||
|
|
Loading…
Reference in a new issue