summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-14 08:42:58 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-14 08:42:58 +0000
commitc3f4598683d3e6c5c657d893bed5a5f2c45d8952 (patch)
treeb09c7c0a272f52561a62c6830550be1253027634 /NEWS
parentcd9165458ba25a815c01d29ff1ce4ce88b599499 (diff)
Add NEWS about Kernel#singleton_method r40684 [Feature #8391]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d89fc6db68..436973b8e2 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,10 @@ with all sufficient information, see the ChangeLog file.
* extended methods:
* IO#seek accepts symbols (:CUR, :END, :SET) for 2nd argument.
+* Kernel
+ * New methods:
+ * Kernel#singleton_method
+
* Mutex
* misc
* Mutex#owned? is no longer experimental.