aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
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]]