Updated changelog.

This commit is contained in:
Tobie Langel 2009-08-12 01:31:35 +02:00
parent b214744a5d
commit de9ba09371
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
* Simplify String#(un)escapeHTML and remove their DOM dependencies. (Tobie Langel)
* Update UnittestJS. Modifiy test template accordingly. (Tobie Langel)
* Remove redundant if statement in Element#readAttribute. (Tobie Langel)
* Add missing semicolons. [#751 state:resolved] (Diego Perini)
* Remove expensive (for such low-level method) internal `getClass` in favor of plain string comparison (kangax)