summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorsamuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-11 23:56:26 +0000
committersamuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-11 23:56:26 +0000
commitace30f4de84f685fd153ff6c10329da6c15b77af (patch)
tree3546998aa1a504c40b68e4db85392f96448fa35b /NEWS
parentdc6908ab44c3a3fc78319422410b57d3b7fb6c0c (diff)
Explain which architectures are supported in NEWS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 825a85a8b6..6b0e49a61c 100644
--- a/NEWS
+++ b/NEWS
@@ -48,8 +48,8 @@ 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]
+* Native implementations (arm32, arm64, ppc64le, win32, win64, x86, amd64) of
+ coroutines to improve performance of Fiber. [Feature #14739]
=== Core classes updates (outstanding ones only)