add a NEWS entry about builtin features.

This commit is contained in:
Koichi Sasada 2019-11-11 17:17:26 +09:00
Родитель c02de30efb
Коммит 99be207c2a
1 изменённых файлов: 4 добавлений и 0 удалений

4
NEWS
Просмотреть файл

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