Fix the names of Thread::Queue and method for the cross-reference
This commit is contained in:
parent
30374b4fb7
commit
42eb9bf37a
10
NEWS.md
10
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
|
have been skipped. If `offset` is outside of the string bounds
|
||||||
`ArgumentError` is raised. [[Feature #18254]]
|
`ArgumentError` is raised. [[Feature #18254]]
|
||||||
|
|
||||||
* Queue
|
|
||||||
|
|
||||||
* Queue#initialize now accepts an Enumerable of initial values.
|
|
||||||
[[Feature #17327]]
|
|
||||||
|
|
||||||
* Thread
|
* Thread
|
||||||
|
|
||||||
* Thread#native_thread_id is added. [[Feature #17853]]
|
* 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.
|
length set by `--backtrace-limit` command line option, is added.
|
||||||
[[Feature #17479]]
|
[[Feature #17479]]
|
||||||
|
|
||||||
|
* Thread::Queue
|
||||||
|
|
||||||
|
* Thread::Queue.new now accepts an Enumerable of initial values.
|
||||||
|
[[Feature #17327]]
|
||||||
|
|
||||||
* Time
|
* Time
|
||||||
|
|
||||||
* Time.new now accepts optional `in:` keyword argument for the
|
* Time.new now accepts optional `in:` keyword argument for the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user