aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2019-12-25 12:06:02 +0900
committerKoichi Sasada <ko1@atdot.net>2019-12-25 12:06:16 +0900
commit227c3d642631262acfbf140c566a7841c32b372f (patch)
treea06fa1f170f82bf0574b01b612bba0977edc8fb3 /NEWS
parent3345eab934073bdd8394ee8a46fc18954999af76 (diff)
downloadruby-227c3d642631262acfbf140c566a7841c32b372f.tar.gz
add ref to NEWS entry
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