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:
parent
c02de30efb
commit
99be207c2a
1 changed files with 4 additions and 0 deletions
4
NEWS
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue