summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 12:12:40 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 12:12:40 +0000
commit29e1f56e2319a9f6e9b611579b4c5a07d0663598 (patch)
tree3430967110db507a4a3a37139620b62a872b52e6 /NEWS
parent3baa1d23bc948f33afc9083001b2e0c38fdae7fc (diff)
NEWS for Method#===
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 95826e8ad3..a7998061b2 100644
--- a/NEWS
+++ b/NEWS
@@ -94,6 +94,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* Kernel#pp [Feature #14123]
* Kernel#warn(..., uplevel:n) [Feature #12882]
+* Method
+
+ * Method#=== invokes Method#call [#14142]
+
* Module
* Module#attr, attr_accessor, attr_reader, attr_writer are now public [#14132]
* Module#define_method, alias_method, undef_method, remove_method are now public [#14133]