From 1a67c8d3a7fead4fe5bc146eb91282b6833ce46d Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Tue, 22 Jun 2010 12:49:59 -0400 Subject: [PATCH] adding Andri's link to the changelog --- index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 289bbb520..3f9d59c88 100644 --- a/index.html +++ b/index.html @@ -1152,8 +1152,9 @@ _([1, 2, 3]).value();

1.0.4
- Andri Möll contributed the _.memoize function, which can be - used to speed up expensive repeated computations by caching the results. + Andri Möll contributed the _.memoize + function, which can be used to speed up expensive repeated computations + by caching the results.

@@ -1248,7 +1249,8 @@ _([1, 2, 3]).value(); 0.5.1
Added an _.isArguments function. Lots of little safety checks and optimizations contributed by - Noah Sloan and Andri Möll. + Noah Sloan and + Andri Möll.