update changelog.

This commit is contained in:
Tobie Langel 2008-09-02 18:34:59 -07:00
parent bf967e3a41
commit ae24df95ba
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
* Refactor unit tests. Unit tests are now dynamically generated from a JavaScript test file and optional HTML, JS and CSS fixtures. [Tobie Langel]
* Fix issue where Safari improperly reports an element as a descendant of itself.
* Greatly simplify IE's implementation of Element#descendantOf.