aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS3
2 files changed, 7 insertions, 0 deletions
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 <zn@mbf.nifty.com>
+
+ * NEWS: Array#{uniq,uniq!} can take a block. see [ruby-dev:37998]
+
Thu Mar 25 17:21:49 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* 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