summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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.