summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 18024ca3e6..3b02f575e7 100644
--- a/NEWS
+++ b/NEWS
@@ -760,6 +760,7 @@ Fiber::
allocates many stacks in a single memory region. Stack allocation
becomes O(log N) and fiber creation is amortized O(1). Around 10x
performance improvement was measured in micro-benchmarks.
+ https://github.com/ruby/ruby/pull/2224
File::
* File.realpath now uses realpath(3) on many platforms, which can