summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2f371027c3..ae520a971d 100644
--- a/NEWS
+++ b/NEWS
@@ -190,7 +190,10 @@ with all sufficient information, see the ChangeLog file.
Return an enumerator if no block is given.
- * Object#tap implemented.
+ * Object#instance_exec
+ * Object#tap
+
+ New methods.
* ObjectSpace.each_object
@@ -345,6 +348,12 @@ with all sufficient information, see the ChangeLog file.
=== Interpreter Implementation
+* passing a block to a Proc [experimental]
+
+ This implementation in current shape is known to be buggy/broken,
+ especially with nested block invocation. Take this as an
+ experimental feature.
+
* stack trace
On non-SystemStackError exception, full stack trace is shown.