Changelog bump.

This commit is contained in:
Jeremy Ashkenas
2010-02-24 15:16:20 -05:00
parent b8a633a5fd
commit c519889a45

View File

@@ -1127,10 +1127,11 @@ _([1, 2, 3]).value();
<p>
<b class="header">0.6.0</b><br />
Major release. Incorporates a number of Mile Frawley's refactors for
Major release. Incorporates a number of
<a href="http://github.com/ratbeard">Mile Frawley's</a> refactors for
safer duck-typing on collection functions, and cleaner internals. A new
<tt>_.mixin</tt> method that allows you to extend Underscore with utility
functions of your own. <tt>_.times</tt>, which works the same as in
functions of your own. Added <tt>_.times</tt>, which works the same as in
Ruby or Prototype.js. Native support for ECMAScript 5's <tt>Array.isArray</tt>,
and <tt>Object.keys</tt>.
</p>