1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
This commit is contained in:
卜部昌平 2021-09-22 17:59:28 +09:00
parent 0dea31c437
commit e2976fd1f6

View file

@ -191,6 +191,8 @@ Excluding feature bug fixes.
## C API updates
* Documented. [[GH-4815]]
## Implementation improvements
### JIT
@ -254,3 +256,4 @@ Excluding feature bug fixes.
[Feature #18015]: https://bugs.ruby-lang.org/issues/18015
[Feature #18029]: https://bugs.ruby-lang.org/issues/18029
[Feature #18172]: https://bugs.ruby-lang.org/issues/18172
[GH-4815]: https://github.com/ruby/ruby/pull/4815