summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorsamuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-11 23:49:29 +0000
committersamuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-11 23:49:29 +0000
commit61c2022595a159bc6fc44b639606be8d2f24f913 (patch)
tree91a94a8a753143f8eccd4b2764afc2fa90174fed /NEWS
parent36d93e831bcb08cbe6304f71ed7bbf72c8170b32 (diff)
Add NEWS about coroutine implementation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 640a80725f..825a85a8b6 100644
--- a/NEWS
+++ b/NEWS
@@ -48,6 +48,9 @@ sufficient information, see the ChangeLog file or Redmine
* Flip-flop syntax is deprecated. [Feature #5400]
+* Native implementation of coroutines to improve performance of Fiber.
+ [Feature #14739]
+
=== Core classes updates (outstanding ones only)
[Array]