1
0
Fork 0
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:
Takashi Kokubun 2019-09-01 14:54:04 +09:00
parent 15757390ff
commit e13c0bb820
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

3
NEWS
View file

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