diff --git a/index.html b/index.html index e1d2cb68b..e94751446 100644 --- a/index.html +++ b/index.html @@ -1194,6 +1194,8 @@ _([1, 2, 3]).value(); _.template now correctly escapes backslashes in templates. Improved _.reduce compatibility with the ECMA5 version: if you don't pass an initial value, the first item in the collection is used. + _.each no longer returns the iterated collection, for improved + consistency with ECMA5's forEach.