Update CHANGELOG

This commit is contained in:
Sam Stephenson 2009-02-10 11:26:14 -06:00
parent 6d706084ac
commit 9bb3d7517d
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
* Switch to Sprockets for building the Prototype distfiles. (sam)
* Switch Object.is(Array|String|Number) to use the vastly-superior approach discovered by Juriy. (kangax)
* Further fix to ensure Object.is(String|Number) do not throw exceptions on host objects in IE. (grepmaster, kangax, Tobie Langel, Andrew Dupont)