summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-12-22 13:39:07 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-12-22 13:39:08 -0800
commitcce6a30fddd08efcc435fd28cef27b4731817efa (patch)
tree3655492aa3abd85f6749f22040f89aee95af5e5b /NEWS.md
parentdc8c5bafcf3afe478710a8f93b8638fcbf510f1f (diff)
Avoid calling it a stdlib [ci skip]
It technically is, but it's probably just confusing for most people.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index e53205360c..e5f22dae75 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -716,7 +716,7 @@ The following deprecated APIs are removed.
### MJIT
-* The MJIT compiler is re-implemented in Ruby as a standard library `mjit`.
+* The MJIT compiler is re-implemented in Ruby as `ruby_vm/mjit/compiler`.
* MJIT compiler is executed under a forked Ruby process instead of
doing it in a native thread called MJIT worker. [[Feature #18968]]
* As a result, Microsoft Visual Studio (MSWIN) is no longer supported.