summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 19b9742d9e..a7452998bd 100644
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,11 @@ with all sufficient information, see the ChangeLog file.
* New methods
* Enumerable#to_h converts a list of key-value pairs into a Hash.
+* Exception
+ * New methods
+ * Exception#cause provides the previous exception which has been caught
+ at where raising the new exception.
+
* GC
* added environment variable:
* RUBY_HEAP_SLOTS_GROWTH_FACTOR: growth rate of the heap.