summaryrefslogtreecommitdiff
path: root/doc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'doc/NEWS')
-rw-r--r--doc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 9bf0473298..ffcc6150ba 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,3 +1,8 @@
+: Proc#yield
+
+ Added. This is equivalent to Proc#call except it does not check the
+ number of given arguments, which are thus passed to the proc as-is.
+
: File#fnmatch, File::Constants::FNM_*
Added. Refer to the fnmatch(3) manpage for details.