Add entries for set 1.0.0
This commit is contained in:
parent
3fa4bd8292
commit
be9b5553a3
12
NEWS.md
12
NEWS.md
@ -411,6 +411,16 @@ Outstanding ones only.
|
|||||||
|
|
||||||
* Ractor compatible.
|
* Ractor compatible.
|
||||||
|
|
||||||
|
* Set
|
||||||
|
|
||||||
|
* Update to set 1.0.0
|
||||||
|
|
||||||
|
* SortedSet has been removed for dependency and performance reasons.
|
||||||
|
|
||||||
|
* Set#join is added as a shorthand for `.to_a.join`.
|
||||||
|
|
||||||
|
* Set#<=> is added.
|
||||||
|
|
||||||
* Socket
|
* Socket
|
||||||
|
|
||||||
* Add :connect_timeout to TCPSocket.new [[Feature #17187]]
|
* Add :connect_timeout to TCPSocket.new [[Feature #17187]]
|
||||||
@ -503,6 +513,8 @@ Excluding feature bug fixes.
|
|||||||
* Requiring 'open-uri' no longer redefines `Kernel#open`.
|
* Requiring 'open-uri' no longer redefines `Kernel#open`.
|
||||||
Call `URI.open` directly or `use URI#open` instead. [[Misc #15893]]
|
Call `URI.open` directly or `use URI#open` instead. [[Misc #15893]]
|
||||||
|
|
||||||
|
* SortedSet has been removed for dependency and performance reasons.
|
||||||
|
|
||||||
## Stdlib compatibility issues
|
## Stdlib compatibility issues
|
||||||
|
|
||||||
* Default gems
|
* Default gems
|
||||||
|
Loading…
x
Reference in New Issue
Block a user