From 9c15f6f822f5d86f2d2cdb8a7d73912b44be7c93 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 25 Mar 2010 09:11:47 +0000 Subject: * NEWS: Array#{uniq,uniq!} can take a block. see [ruby-dev:37998] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ NEWS | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8225eca3fa..ec6c36f41c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Mar 25 18:10:08 2010 Kazuhiro NISHIYAMA + + * NEWS: Array#{uniq,uniq!} can take a block. see [ruby-dev:37998] + Thu Mar 25 17:21:49 2010 Kazuhiro NISHIYAMA * NEWS: add IO#autoclose=, IO#autoclose?, IO#codepoints, diff --git a/NEWS b/NEWS index a21d5a2fec..805a928e74 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,9 @@ with all sufficient information, see the ChangeLog file. * Array#rotate! * Array#rotate + * extended methods: + * Array#{uniq,uniq!} can take a block. + * Dir * new method: * Dir.home -- cgit v1.2.3