summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f4234d0fbb..052b7b9a0c 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,11 @@ sufficient information, see the ChangeLog file or Redmine
* `Array`
+ * New methods:
+
+ * Added `Array#union` instance method.
+ [Feature #14097]
+
* Aliased methods:
* `Array#filter` is a new alias for `Array#select`.