aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 62797effed..b91bf0d25a 100644
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,17 @@ with all sufficient information, see the ChangeLog file.
=== C API updates
=== Library updates (outstanding ones only)
+
+* builtin classes
+
+ * Signal
+ * incompatible changes:
+ * Signal.trap raises ArgumentError when :SEGV, :BUS, :ILL, :FPE, :VTALRM
+ are specified.
+
=== Language changes
=== Compatibility issues (excluding feature bug fixes)
- None
+ * Signal.trap
+
+ See above.