summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorsamuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-12 02:31:26 +0000
committersamuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-12 02:31:26 +0000
commit337cabf7dfd73bf917744fad7c09212564dc3f2f (patch)
tree2e28b7a57fd43db86a666fe74af6921d031ea0f8 /NEWS
parent03bf85f28d636220ffec83f9ee7d1ba78503bdc1 (diff)
Fix location of NEWS for native coroutine.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 2888be101c..ce2e35d858 100644
--- a/NEWS
+++ b/NEWS
@@ -48,9 +48,6 @@ sufficient information, see the ChangeLog file or Redmine
* Flip-flop syntax is deprecated. [Feature #5400]
-* Native implementations (arm32, arm64, ppc64le, win32, win64, x86, amd64) of
- coroutines to improve performance of Fiber. [Feature #14739]
-
=== Core classes updates (outstanding ones only)
[Array]
@@ -578,6 +575,9 @@ sufficient information, see the ChangeLog file or Redmine
making small and short-living Hash object is x2 faster. With rdoc benchmark,
we measured 6-7% performance improvement.
+* Native implementations (arm32, arm64, ppc64le, win32, win64, x86, amd64) of
+ coroutines to improve performance of Fiber significantly. [Feature #14739]
+
=== Miscellaneous changes
* On macOS, shared libraries no longer include a full version number of Ruby