diff --git a/CHANGELOG b/CHANGELOG index d0d68ea..599cd3d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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.