summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPrajjwal Singh <sin@prajjwal.com>2019-10-07 10:42:29 +0530
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-10-07 15:59:12 +0900
commitc8542ab484efb6ee0009cd081789d9a68f482483 (patch)
treef8c00b416b4ff3c7fae2cb534338162066201b17 /NEWS
parentd4ec37f69e3bd6f88725fe1075daa2e5f58c2aec (diff)
Add: Array#intersection method
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2533
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 958385f6f9..d4e7e02710 100644
--- a/NEWS
+++ b/NEWS
@@ -129,6 +129,12 @@ sufficient information, see the ChangeLog file or Redmine
=== Core classes updates (outstanding ones only)
+Array::
+
+ New method::
+
+ * Added Array#intersection. [Feature #16155]
+
Complex::
New method::