summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-01-02 16:42:45 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-01-02 17:27:24 +0900
commit68ea7720b367fe84da601cdbc61cb0d651c3221b (patch)
tree033f8e322beda562da074835b6b7ea22156ade9c /NEWS.md
parentb8d33df1d9799cd04b92c1c28e42cc3028cc7524 (diff)
NEWS: [Feature #17312] [ci skip]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3851
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index ccbf60ca60..920c7bb2a7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -16,6 +16,14 @@ sufficient information, see the ChangeLog file or Redmine
Outstanding ones only.
+* Enumerable
+
+ * Enumerable#compact is added. [[Feature #17312]]
+
+* Enumerator::Lazy
+
+ * Enumerator::Lazy#compact is added. [[Feature #17312]]
+
## Stdlib updates
Outstanding ones only.
@@ -39,3 +47,6 @@ Excluding feature bug fixes.
### TypeProf
## Miscellaneous changes
+
+
+[Feature #17312]: https://bugs.ruby-lang.org/issues/17312