summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-09-01 14:54:04 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-09-01 15:00:27 +0900
commite13c0bb82018197d906b8f11eccf2cd90d142e41 (patch)
tree0df2eefb26b29b732fd3f9e1be262b486e60f322 /NEWS
parent15757390fff14071f3d77fa75934b741723eb92a (diff)
Note about ANYARGS in NEWS
Since 50f5a0a8d6e7ad89d6caff695a08dbd38edb7a6e, some C++ extensions needed fixes like https://github.com/eagletmt/faml/pull/49 to make their build succeed. Thus it's worth noting that C API declarations are changed.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1714f96df5..260ba0b234 100644
--- a/NEWS
+++ b/NEWS
@@ -300,6 +300,9 @@ profile.rb, Profiler__::
=== C API updates
+ * C API declarations with `ANYARGS` are changed not to use `ANYARGS`
+ https://github.com/ruby/ruby/pull/2404
+
=== Implementation improvements
Fiber::