aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2815220821..cc7da50286 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Mar 25 12:37:37 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * NEWS: add Kernel#singleton_class.
+
Thu Mar 25 11:34:00 2010 Kenta Murata <mrkn@mrkn.jp>
* bignum.c, node.h, strftime.c, enc/trans/utf8_mac.trans:
diff --git a/NEWS b/NEWS
index 4821eb6cf6..0c1cfe48f2 100644
--- a/NEWS
+++ b/NEWS
@@ -92,6 +92,10 @@ with all sufficient information, see the ChangeLog file.
* IO::WaitWritable
They are used to extend non-blocking exceptions.
+ * Kernel
+ * new method:
+ * Kernel#singleton_class
+
* MatchData
* New method:
* MatchData#==