Skip to content

Commit

Permalink
Avoid calling it a stdlib [ci skip]
Browse files Browse the repository at this point in the history
It technically is, but it's probably just confusing for most people.
  • Loading branch information
k0kubun committed Dec 22, 2022
1 parent dc8c5ba commit cce6a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Expand Up @@ -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.
Expand Down

0 comments on commit cce6a30

Please sign in to comment.