aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 10e5e11d73..8a4141e198 100644
--- a/NEWS
+++ b/NEWS
@@ -65,6 +65,12 @@ with all sufficient information, see the ChangeLog file.
true when the receiver is positive and negative respectively.
[Feature #11151]
+* Proc
+
+ * Proc#call (and also #[], #===, #yield) are optimized.
+ Backtrace doesn't show each methods (show block lines directly).
+ TracePoint also ignore these calls. [Feature #11569]
+
* Thread
* Thread#name, Thread#name= are added to handle thread names [Feature #11251]