aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2019-11-11 17:17:26 +0900
committerKoichi Sasada <ko1@atdot.net>2019-11-12 03:18:32 +0900
commit99be207c2acabe0030c376fd731608d9cd7c69b6 (patch)
treea4f054f6dcc6e28b6a234bc16cb823bcf4518992 /NEWS
parentc02de30efbca2a2d89cdf188a27991f7ae15b9da (diff)
downloadruby-99be207c2acabe0030c376fd731608d9cd7c69b6.tar.gz
add a NEWS entry about builtin features.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 29b610e3ff..fd1759956b 100644
--- a/NEWS
+++ b/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.