summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 82f9553bbd..fe1a881120 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,8 @@ with all sufficient information, see the ChangeLog file.
* builtin classes
* Array
+ * added method:
+ * added Array#bsearch for binary search.
* incompatible changes:
* random parameter of Array#shuffle! and Array#sample now
will be called with one argument, maximum value.
@@ -98,6 +100,7 @@ with all sufficient information, see the ChangeLog file.
* Range
* added method:
* added Range#size for lazy size evaluation.
+ * added Range#bsearch for binary search.
* Signal
* incompatible changes: