summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cd3467428c..0946dd9f7d 100644
--- a/NEWS
+++ b/NEWS
@@ -54,6 +54,8 @@ Enumerable::
New method::
+ * Added Enumerable#filter_map. [Feature #15323]
+
* Added Enumerable#tally. [Feature #11076]
Enumerator::