summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f599cc2d7d..84413d99e7 100644
--- a/NEWS
+++ b/NEWS
@@ -55,6 +55,10 @@ with all sufficient information, see the ChangeLog file.
* Matrix#cofactor(row, column) returns the (row, column) cofactor
which is obtained by multiplying the first minor by (-1)**(row + column).
+* Method
+ * New methods:
+ * Method#curry([arity]) returns a curried Proc.
+
=== Core classes compatibility issues (excluding feature bug fixes)
* IO