aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-20 21:00:30 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-20 21:00:30 +0000
commit38dc67623dfffee4b1d704b22a15e9b77844cdce (patch)
tree66a347ab0b62cb135a27d257dcbe896487e58f80 /NEWS
parentaef37d63dae9f7817fa5ad3f4b70932b8e559420 (diff)
downloadruby-38dc67623dfffee4b1d704b22a15e9b77844cdce.tar.gz
NEWS: Enumerable#uniq [ci skip]
* NEWS: mention Enumerable#uniq and Enumerator::Lazy#uniq. [Feature #11090] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 947d0074f9..31b0ac635a 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,11 @@ with all sufficient information, see the ChangeLog file or Redmine
* Enumerable
* Enumerable#sum [Feature #12217]
+ * Enumerable#uniq [Feature #11090]
+
+* Enumerator::Lazy
+
+ * Enumerator::Lazy#uniq [Feature #11090]
* File