This commit is contained in:
Akinori MUSHA 2020-12-22 12:26:45 +09:00
Родитель 3fa4bd8292
Коммит be9b5553a3
1 изменённых файлов: 12 добавлений и 0 удалений

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