mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Note about ANYARGS in NEWS
Since 50f5a0a8d6
, 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.
This commit is contained in:
parent
15757390ff
commit
e13c0bb820
1 changed files with 3 additions and 0 deletions
3
NEWS
3
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::
|
||||
|
|
Loading…
Reference in a new issue