aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-05 09:23:14 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-05 09:23:14 +0000
commit5710defbe621766796d973b9ef6451a94d6d7eff (patch)
tree7a5669bc570cc54e8fed7c32b1e11b268af2f043 /NEWS
parent1e098905e13cf1e6e589ea9f9819c147b8632505 (diff)
downloadruby-5710defbe621766796d973b9ef6451a94d6d7eff.tar.gz
Add Set#compare_by_identity and Set#compare_by_identity?
* lib/set.rb (Set#compare_by_identity, Set#compare_by_identity?): New methods. [Feature #12210] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56589 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 439057a6e1..d9f6c6eedb 100644
--- a/NEWS
+++ b/NEWS
@@ -189,6 +189,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* pathname
* New method: Pathname#empty? [Feature#12596]
+* set
+ * New methods: Set#compare_by_identity and Set#compare_by_identity?.
+ [Feature #12210]
+
* WEBrick
* Don't allow , as a separator [Bug #12791]