mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add entries for set 1.0.0
This commit is contained in:
parent
3fa4bd8292
commit
be9b5553a3
1 changed files with 12 additions and 0 deletions
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…
Reference in a new issue