diff options
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -593,6 +593,8 @@ Excluding feature bug fixes. This feature is designed by referring to Python's buffer protocol. [[Feature #13767]] [[Feature #14722]] +* Ractor related C APIs are introduced (experimental) in "include/ruby/ractor.h". + ## Implementation improvements * New method cache mechanism for Ractor [[Feature #16614]] |