adding Andri's link to the changelog

This commit is contained in:
Jeremy Ashkenas
2010-06-22 12:49:59 -04:00
parent 29e2c832bc
commit 1a67c8d3a7

View File

@@ -1152,8 +1152,9 @@ _([1, 2, 3]).value();
<p>
<b class="header">1.0.4</b><br />
Andri Möll contributed the <tt>_.memoize</tt> function, which can be
used to speed up expensive repeated computations by caching the results.
<a href="http://themoell.com/">Andri Möll</a> contributed the <tt>_.memoize</tt>
function, which can be used to speed up expensive repeated computations
by caching the results.
</p>
<p>
@@ -1248,7 +1249,8 @@ _([1, 2, 3]).value();
<b class="header">0.5.1</b><br />
Added an <tt>_.isArguments</tt> function. Lots of little safety checks
and optimizations contributed by
<a href="http://github.com/iamnoah/">Noah Sloan</a> and Andri Möll.
<a href="http://github.com/iamnoah/">Noah Sloan</a> and
<a href="http://themoell.com/">Andri Möll</a>.
</p>
<p>