summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 20a35c93ad..96ea8f83a9 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* Dir.children [Feature #11302]
* Dir.each_child [Feature #11302]
+* Enumerable
+
+ * Enumerable#any?, all?, none? and one? now accept a pattern argument [Feature #11286]
+
* File
* :newline option to File.open implies text mode now. [Bug #13350]