summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorChris Seaton <chris.seaton@shopify.com>2021-02-11 10:14:18 +0000
committerGitHub <noreply@github.com>2021-02-11 19:14:18 +0900
commitc3b2bb0969cc47dcfb1f624c94a46cdf1e2cc2ad (patch)
tree042fdc8b7fc52095c46cae33076d2d3f50755a8a /NEWS.md
parenta0216b1acf375e8b3fb7dbb31bd5711acc76d05e (diff)
downloadruby-c3b2bb0969cc47dcfb1f624c94a46cdf1e2cc2ad.tar.gz
The Queue constructor should take an initial set of objects
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index c12f3e8635..10623a1ce8 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -34,6 +34,11 @@ Outstanding ones only.
You need to use a Hash literal to set a Hash to a first member.
[[Feature #16806]]
+* Queue
+
+ * Queue#initialize now accepts an Enumerable of initial values.
+ [[Feature #17327]]
+
## Stdlib updates
Outstanding ones only.
@@ -67,4 +72,5 @@ Excluding feature bug fixes.
[Feature #14256]: https://bugs.ruby-lang.org/issues/14256
[Feature #16806]: https://bugs.ruby-lang.org/issues/16806
[Feature #17312]: https://bugs.ruby-lang.org/issues/17312
+[Feature #17327]: https://bugs.ruby-lang.org/issues/17327
[Bug #17423]: https://bugs.ruby-lang.org/issues/17423