1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add a NEWS entry about builtin features.

This commit is contained in:
Koichi Sasada 2019-11-11 17:17:26 +09:00
parent c02de30efb
commit 99be207c2a

4
NEWS
View file

@ -644,3 +644,7 @@ JIT::
* RUBY_REVISION class is changed from Integer to String.
* RUBY_DESCRIPTION includes Git revision instead of Subversion's one.
* Support built-in methods in Ruby with `__builtin_` syntax. [Feature #16254]
Some methods are defined in *.rb (such as trace_point.rb).
For example, it is easy to define a method which accepts keyword arguments.