summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.