From cce6a30fddd08efcc435fd28cef27b4731817efa Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 22 Dec 2022 13:39:07 -0800 Subject: Avoid calling it a stdlib [ci skip] It technically is, but it's probably just confusing for most people. --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS.md') 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. -- cgit v1.2.3