aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2020-12-22 12:46:15 +0900
committerKoichi Sasada <ko1@atdot.net>2020-12-22 12:46:15 +0900
commit2e1cdf36ba950fef3f7d6fc215835ce3027699f4 (patch)
tree08ac61d667376dd80187a718422e2bcf4c25deb0 /NEWS.md
parentbe9b5553a3ae3a90c73d4c11786cb1a813e915f6 (diff)
downloadruby-2e1cdf36ba950fef3f7d6fc215835ce3027699f4.tar.gz
add a NEWS entry about ractor C API
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index fabe7c7d30..800070ea6a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -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]]