summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Wu <alanwu@ruby-lang.org>2021-12-24 12:35:24 -0500
committerAlan Wu <alanwu@ruby-lang.org>2021-12-24 12:35:24 -0500
commitcab8b88a16c4fbc9c95ebebbe2774feee8f7a408 (patch)
tree0a5a03f2610088850660713caac5531e833f5714
parentb81faf4b1fc0e3373596e667084e5c5d54779375 (diff)
NEWS: Adapt YJIT support status to include OpenBSD
We don't run YJIT CI checks on OpenBSD so can't claim that we provide first-class maintenance support. However, as of 3b2b28d035c9635b9473c7a03ede04fa6ac57a34, YJIT can at least boot on OpenBSD.
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index dca8e64bfb..698d84fb95 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -467,7 +467,7 @@ See [this blog post](https://shopify.engineering/yjit-just-in-time-compiler-crub
* Fast warm-up times.
-* Limited to macOS & Linux on x86-64 platforms for now.
+* Limited to Unix-like x86-64 platforms for now.
## Static analysis