diff --git a/index.html b/index.html index d89934902..1bb85a5ca 100644 --- a/index.html +++ b/index.html @@ -1127,10 +1127,11 @@

Change Log

0.6.0
- Major release. Incorporates a number of Mile Frawley's refactors for + Major release. Incorporates a number of + Mile Frawley's refactors for safer duck-typing on collection functions, and cleaner internals. A new _.mixin method that allows you to extend Underscore with utility - functions of your own. _.times, which works the same as in + functions of your own. Added _.times, which works the same as in Ruby or Prototype.js. Native support for ECMAScript 5's Array.isArray, and Object.keys.