add a NEWS entry about ractor C API

This commit is contained in:
Koichi Sasada 2020-12-22 12:46:15 +09:00
Родитель be9b5553a3
Коммит 2e1cdf36ba
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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]]