From be9b5553a3ae3a90c73d4c11786cb1a813e915f6 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 22 Dec 2020 12:26:45 +0900 Subject: Add entries for set 1.0.0 --- NEWS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index f1898391a2..fabe7c7d30 100644 --- a/NEWS.md +++ b/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 -- cgit v1.2.3