summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-19 09:43:53 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-19 09:43:53 +0000
commit58282ed667d720816366c9e45c3560904196d078 (patch)
tree6f3f88443f75e507f31de9ece79228daf670229d /NEWS
parent92cef134b54fadb79e5d338a3aea1b51ff500386 (diff)
* signal.c (sig_signame): implements Signal.signame method
[Feature #5613] * test/ruby/test_signal.rb (test_signame): adds test for above * NEWS: add an item about above git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 77efc123ab..6fb1b97e89 100644
--- a/NEWS
+++ b/NEWS
@@ -105,6 +105,9 @@ with all sufficient information, see the ChangeLog file.
* added Range#bsearch for binary search.
* Signal
+ * added method:
+ * added Signal.signame which returns signal name
+
* incompatible changes:
* Signal.trap raises ArgumentError when :SEGV, :BUS, :ILL, :FPE, :VTALRM
are specified.