summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-19 02:22:11 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-19 02:22:11 +0000
commitad78cf4ea8613c7e1790c5e3a2718a35fe32115f (patch)
tree3d1c8d8aad3a4600c911afb6b05484ba1d556aa8 /NEWS
parent74201103a9bda8488672c8e7e5f413d4611e356b (diff)
Define Set#to_set so that aSet.to_set returns self.
* lib/set.rb (Set#to_set): Define Set#to_set so that aSet.to_set returns self. [Fixes GH-359] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4594fc76af..f5fe38838d 100644
--- a/NEWS
+++ b/NEWS
@@ -137,6 +137,10 @@ with all sufficient information, see the ChangeLog file.
=== Stdlib compatibility issues (excluding feature bug fixes)
+* Set
+ * incompatible changes:
+ * Set#to_set now returns self instead of generating a copy.
+
* URI
* incompatible changes:
* URI.decode_www_form follows current WHATWG URL Standard.