From 98131a6da113fa60401edd62db85309acdaa5ad7 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 25 Mar 2010 03:39:00 +0000 Subject: * NEWS: add Kernel#singleton_class. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ NEWS | 4 ++++ 2 files changed, 8 insertions(+) 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 + + * NEWS: add Kernel#singleton_class. + Thu Mar 25 11:34:00 2010 Kenta Murata * 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#== -- cgit v1.2.3