зеркало из https://github.com/github/ruby.git
Add entries for set 1.0.0
This commit is contained in:
Родитель
3fa4bd8292
Коммит
be9b5553a3
12
NEWS.md
12
NEWS.md
|
@ -411,6 +411,16 @@ Outstanding ones only.
|
|||
|
||||
* 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
|
||||
|
||||
* Add :connect_timeout to TCPSocket.new [[Feature #17187]]
|
||||
|
@ -503,6 +513,8 @@ Excluding feature bug fixes.
|
|||
* Requiring 'open-uri' no longer redefines `Kernel#open`.
|
||||
Call `URI.open` directly or `use URI#open` instead. [[Misc #15893]]
|
||||
|
||||
* SortedSet has been removed for dependency and performance reasons.
|
||||
|
||||
## Stdlib compatibility issues
|
||||
|
||||
* Default gems
|
||||
|
|
Загрузка…
Ссылка в новой задаче