[前][次][番号順一覧][スレッド一覧]

ruby-changes:70586

From: Nobuyoshi <ko1@a...>
Date: Sat, 25 Dec 2021 22:08:19 +0900 (JST)
Subject: [ruby-changes:70586] e6e24ee502 (ruby_3_1): Fix the names of Thread::Queue and method for the cross-reference

https://git.ruby-lang.org/ruby.git/commit/?id=e6e24ee502

From e6e24ee502714b80723d81b3bc555a707747fda3 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sat, 25 Dec 2021 17:44:23 +0900
Subject: Fix the names of Thread::Queue and method for the cross-reference

(cherry picked from commit 42eb9bf37ac42cc792d619e28d153c164a5e6604)
---
 NEWS.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index 3a1f61e12a7..39b34f40094 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -246,11 +246,6 @@ Note: We're only listing outstanding class updates. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L246
         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. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L256
         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
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]