1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2016-07-20 21:00:30 +00:00
parent f477d5e27a
commit 39622db005

5
NEWS
View file

@ -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