aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-25 17:44:23 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-25 17:45:22 +0900
commit42eb9bf37ac42cc792d619e28d153c164a5e6604 (patch)
treea88a51eb772cc753449172b326a01d5f4331f4b4
parent30374b4fb77a1407e5ba8e98be03a92c4a317495 (diff)
downloadruby-42eb9bf37ac42cc792d619e28d153c164a5e6604.tar.gz
Fix the names of Thread::Queue and method for the cross-reference
-rw-r--r--NEWS.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS.md b/NEWS.md
index 3a1f61e12a..39b34f4009 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -246,11 +246,6 @@ Note: We're only listing outstanding class updates.
have been skipped. If `offset` is outside of the string bounds
`ArgumentError` is raised. [[Feature #18254]]
-* Queue
-
- * Queue#initialize now accepts an Enumerable of initial values.
- [[Feature #17327]]
-
* Thread
* Thread#native_thread_id is added. [[Feature #17853]]
@@ -261,6 +256,11 @@ Note: We're only listing outstanding class updates.
length set by `--backtrace-limit` command line option, is added.
[[Feature #17479]]
+* Thread::Queue
+
+ * Thread::Queue.new now accepts an Enumerable of initial values.
+ [[Feature #17327]]
+
* Time
* Time.new now accepts optional `in:` keyword argument for the