summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanga_osyo <manga.osyo@gmail.com>2019-12-24 09:53:36 +0900
committerKoichi Sasada <ko1@atdot.net>2019-12-24 10:30:43 +0900
commitf09a4ff265093742c356c69bcf56db68bd6cf064 (patch)
tree233853cd5e3f9300e00e14a703248310a4f17590
parent360f153fcaab637486aa2669d354d53e0eb1c3d2 (diff)
Added NEWS for Feature 15373
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2777
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0d4b798ca4..4ebe7f0076 100644
--- a/NEWS
+++ b/NEWS
@@ -225,6 +225,8 @@ sufficient information, see the ChangeLog file or Redmine
warned in verbose mode. This warning will be disabled even in non-verbose mode in
Ruby 3.0, and the methods and C functions will be removed in Ruby 3.2. [Feature #16131]
+* Refinements take place at Object#method and Module#instance_method. [Feature #15373]
+
=== Core classes updates (outstanding ones only)
Array::